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