kontact
- kontact
- plugins
- kitchensync
25#ifndef KITCHENSYNC_PLUGIN_H
26#define KITCHENSYNC_PLUGIN_H
29#include <tdeparts/part.h>
40 KitchenSyncPlugin( Kontact::Core *core, const char *name,
41 const TQStringList & );
42 virtual ~KitchenSyncPlugin();
44 int weight() const { return 800; }
46 virtual TQStringList configModules() const;
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.
|