25 #ifndef KORGANIZER_PLUGIN_H
26 #define KORGANIZER_PLUGIN_H
29 #include <kparts/part.h>
31 #include "kcalendariface_stub.h"
32 #include "korganizeriface_stub.h"
34 #include "uniqueapphandler.h"
42 KOrganizerPlugin( Kontact::Core *core, const char *name, const TQStringList& );
47 int weight() const { return 400; }
56 virtual TQString tipFile() const;
61 KCalendarIface_stub *interface();
64 void loadProfile( const TQString& path );
65 void saveToProfile( const TQString& path ) const;
72 void slotSyncEvents();
75 KCalendarIface_stub *mIface;
|