summaryrefslogtreecommitdiffstats
path: root/kdf/optiondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdf/optiondialog.cpp')
-rw-r--r--kdf/optiondialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdf/optiondialog.cpp b/kdf/optiondialog.cpp
index 39df7a0..6734294 100644
--- a/kdf/optiondialog.cpp
+++ b/kdf/optiondialog.cpp
@@ -23,9 +23,9 @@
#include "mntconfig.h"
#include "optiondialog.h"
-COptionDialog::COptionDialog( TQWidget *tqparent, const char *name, bool modal )
+COptionDialog::COptionDialog( TQWidget *parent, const char *name, bool modal )
:KDialogBase( Tabbed, i18n("Configure"), Help|Apply|Ok|Cancel, Ok,
- tqparent, name, modal )
+ parent, name, modal )
{
setHelp( "kcontrol/kdf/index.html", TQString() );