25 #ifndef KNODE_PLUGIN_H
26 #define KNODE_PLUGIN_H
28 #include <tdelocale.h>
29 #include <tdeparts/part.h>
31 #include "knodeiface_stub.h"
33 #include <uniqueapphandler.h>
38 KNodeUniqueAppHandler( Kontact::Plugin* plugin ) : Kontact::UniqueAppHandler( plugin ) {}
48 KNodePlugin( Kontact::Core *core, const char *name, const TQStringList& );
49 virtual ~KNodePlugin();
53 int weight() const { return 500; }
61 void slotPostArticle();
64 KNodeIface_stub *mStub;
|