21 #ifndef KNOTES_PLUGIN_H
22 #define KNOTES_PLUGIN_H
24 #include <tdelocale.h>
37 KNotesPlugin( Kontact::Core *core, const char *name, const TQStringList& );
38 virtual ~KNotesPlugin();
42 int weight() const { return 600; }
54 TDEAboutData *mAboutData;
|