diff options
Diffstat (limited to 'knotes/knoteconfigdlg.cpp')
-rw-r--r-- | knotes/knoteconfigdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knoteconfigdlg.cpp b/knotes/knoteconfigdlg.cpp index 9eeb3fdc7..f35ad9e96 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 ); |