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"