25 #ifndef KNODE_PLUGIN_H
26 #define KNODE_PLUGIN_H
29 #include <kparts/part.h>
31 #include "knodeiface_stub.h"
33 #include <uniqueapphandler.h>
38 KNodeUniqueAppHandler( Kontact::Plugin* plugin ) : Kontact::UniqueAppHandler( plugin ) {}
49 KNodePlugin( Kontact::Core *core, const char *name, const TQStringList& );
54 int weight() const { return 500; }
62 void slotPostArticle();
65 KNodeIface_stub *mStub;
|