kontact
- kontact
- plugins
- specialdates
25#ifndef SPECIALDATES_PLUGIN_H
26#define SPECIALDATES_PLUGIN_H
35 SpecialdatesPlugin( Kontact::Core *core, const char *name, const TQStringList& );
36 virtual ~SpecialdatesPlugin();
38 int weight() const { return 310; }
42 virtual Kontact::Summary *createSummaryWidget( TQWidget *parentWidget );
45 virtual KParts::ReadOnlyPart * createPart() { return 0; }
48 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.
|