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