24 #ifndef KONTACT_JOURNALPLUGIN_H
25 #define KONTACT_JOURNALPLUGIN_H
27 #include <tdelocale.h>
28 #include <tdeparts/part.h>
30 #include "kcalendariface_stub.h"
32 #include "uniqueapphandler.h"
39 JournalPlugin( Kontact::Core *core, const char *name, const TQStringList& );
44 int weight() const { return 525; }
50 KCalendarIface_stub *interface();
56 void slotNewJournal();
57 void slotSyncJournal();
60 KCalendarIface_stub *mIface;
|