21#ifndef KNOTES_PLUGIN_H
22#define KNOTES_PLUGIN_H
37 KNotesPlugin( Kontact::Core *core, const char *name, const TQStringList& );
38 virtual ~KNotesPlugin();
40 virtual Kontact::Summary *createSummaryWidget( TQWidget *parentWidget );
42 int weight() const { return 600; }
54 TDEAboutData *mAboutData;
Base class for all Plugins in Kontact.
virtual const TDEAboutData * aboutData() Reimplement this method if you want to add your credits to the Kontact about dialog.
virtual int weight() const Return the weight of the plugin.
virtual KParts::ReadOnlyPart * createPart()=0 Reimplement and return the part here.
|