24 #ifndef KONTACT_TODOPLUGIN_H
25 #define KONTACT_TODOPLUGIN_H
27 #include <tdelocale.h>
28 #include <tdeparts/part.h>
30 #include "kcalendariface_stub.h"
32 #include "uniqueapphandler.h"
39 TodoPlugin( Kontact::Core *core, const char *name, const TQStringList& );
44 int weight() const { return 450; }
55 KCalendarIface_stub *interface();
65 KCalendarIface_stub *mIface;
|