summaryrefslogtreecommitdiffstats
path: root/kspaceduel/dialogs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspaceduel/dialogs.cpp')
-rw-r--r--kspaceduel/dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspaceduel/dialogs.cpp b/kspaceduel/dialogs.cpp
index f7570ef9..636ac21e 100644
--- a/kspaceduel/dialogs.cpp
+++ b/kspaceduel/dialogs.cpp
@@ -389,7 +389,7 @@ void ConfigSetup::sliderChanged(int val)
}
SettingsDialog::SettingsDialog(SConfig *customConfig, TQWidget *parent, const char *name)
- : KConfigDialog( parent, name, Options::self())
+ : TDEConfigDialog( parent, name, Options::self())
{
General *general = new General();
addPage(general, i18n("General"), "package_settings", i18n("General Settings"));