30#include <tdeparts/part.h>
31#include "karmdcopiface_stub.h"
42 KarmPlugin( Kontact::Core *core, const char *name,
43 const TQStringList & );
44 virtual ~KarmPlugin();
46 int weight() const { return 700; }
50 KarmDCOPIface_stub *mStub;
Base class for all Plugins in Kontact.
virtual int weight() const Return the weight of the plugin.
virtual KParts::ReadOnlyPart * createPart()=0 Reimplement and return the part here.
|