20 #include "ksettings/pluginpage.h"
21 #include "kpluginselector.h"
24 #include "ksettings/dispatcher.h"
29 class PluginPage::PluginPagePrivate
42 , d( new PluginPagePrivate )
44 (
new TQVBoxLayout(
this, 0, KDialog::spacingHint() ) )->setAutoAdd(
true );
46 connect( d->selwid, TQT_SIGNAL(
changed(
bool ) ),
this, TQT_SIGNAL(
changed(
bool ) ) );
51 , d( new PluginPagePrivate )
53 (
new TQVBoxLayout(
this, 0, KDialog::spacingHint() ) )->setAutoAdd(
true );
55 connect( d->selwid, TQT_SIGNAL(
changed(
bool ) ),
this, TQT_SIGNAL(
changed(
bool ) ) );
56 connect( d->selwid, TQT_SIGNAL( configCommitted(
const TQCString & ) ),
60 PluginPage::~PluginPage()
80 void PluginPage::defaults()
82 d->selwid->defaults();
87 #include "pluginpage.moc"
static Dispatcher * self()
Get a reference the the Dispatcher object.
virtual void load()
Load the state of the plugins (selected or not) from the KPluginInfo objects.
virtual void save()
Save the state of the plugins to TDEConfig objects.
KPluginSelector * pluginSelector()
PluginPage(TQWidget *parent=0, const char *name=0, const TQStringList &args=TQStringList())
Standart TDECModule constructor.
A widget to select what plugins to load and configure the plugins.