summaryrefslogtreecommitdiffstats
path: root/src/optiondialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/optiondialog.cpp')
-rw-r--r--src/optiondialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/optiondialog.cpp b/src/optiondialog.cpp
index ac6b03e..9b46a6d 100644
--- a/src/optiondialog.cpp
+++ b/src/optiondialog.cpp
@@ -451,9 +451,9 @@ public:
};
-OptionDialog::OptionDialog( bool bShowDirMergeSettings, TQWidget *tqparent, char *name )
+OptionDialog::OptionDialog( bool bShowDirMergeSettings, TQWidget *parent, char *name )
:KDialogBase( IconList, i18n("Configure"), Help|Default|Apply|Ok|Cancel,
- Ok, tqparent, name, true /*modal*/, true )
+ Ok, parent, name, true /*modal*/, true )
{
setHelp( "kdiff3/index.html", TQString() );