21 #ifndef KONTACT_SIDEPANEBASE_H
22 #define KONTACT_SIDEPANEBASE_H
26 namespace KParts { class Part; }
34 class SidePaneBase : public TQVBox
39 SidePaneBase( Core *core, TQWidget *parent, const char *name = 0 );
40 virtual ~SidePaneBase();
50 virtual void updatePlugins() = 0;
59 TDEActionCollection *mActionCollection;
Base class for all Plugins in Kontact.
|