25 #ifndef KORGANIZER_PLUGIN_H
26 #define KORGANIZER_PLUGIN_H
28 #include <tdelocale.h>
29 #include <tdeparts/part.h>
31 #include "kcalendariface_stub.h"
32 #include "korganizeriface_stub.h"
34 #include "uniqueapphandler.h"
41 KOrganizerPlugin( Kontact::Core *core, const char *name, const TQStringList& );
42 virtual ~KOrganizerPlugin();
46 int weight() const { return 400; }
55 virtual TQString tipFile() const;
60 KCalendarIface_stub *interface();
63 void loadProfile( const TQString& path );
64 void saveToProfile( const TQString& path ) const;
71 void slotSyncEvents();
74 KCalendarIface_stub *mIface;
|