summaryrefslogtreecommitdiffstats
path: root/knotes/knoteconfigdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knotes/knoteconfigdlg.cpp')
-rw-r--r--knotes/knoteconfigdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knoteconfigdlg.cpp b/knotes/knoteconfigdlg.cpp
index 9eeb3fdc..f35ad9e9 100644
--- a/knotes/knoteconfigdlg.cpp
+++ b/knotes/knoteconfigdlg.cpp
@@ -43,7 +43,7 @@
KNoteConfigDlg::KNoteConfigDlg( KNoteConfig *config, const TQString& title,
TQWidget *parent, const char *name )
- : KConfigDialog( parent, name, config ? config : KNotesGlobalConfig::self(), IconList,
+ : TDEConfigDialog( parent, name, config ? config : KNotesGlobalConfig::self(), IconList,
config ? Default|Ok|Apply|Cancel : Default|Ok|Cancel, Ok )
{
setCaption( title );