diff options
Diffstat (limited to 'kcontrol/icons/main.cpp')
-rw-r--r-- | kcontrol/icons/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/icons/main.cpp b/kcontrol/icons/main.cpp index 8a9b564ac..06108a287 100644 --- a/kcontrol/icons/main.cpp +++ b/kcontrol/icons/main.cpp @@ -47,7 +47,7 @@ IconModule::IconModule(TQWidget *parent, const char *name, const TQStringList &) tab->addTab(tab1, i18n("&Theme")); connect(tab1, TQT_SIGNAL(changed(bool)), this, TQT_SLOT(moduleChanged(bool))); - tab2 = new KIconConfig(this, "effects"); + tab2 = new TDEIconConfig(this, "effects"); tab->addTab(tab2, i18n("Ad&vanced")); connect(tab2, TQT_SIGNAL(changed(bool)), this, TQT_SLOT(moduleChanged(bool))); |