summaryrefslogtreecommitdiffstats
path: root/src/optiondialog.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit721c5c4ee3dcee163a2b0f7fd94cb3689154c1bd (patch)
treed775ffe309859e438c3fcac0825c8f7c9d384c81 /src/optiondialog.cpp
parent5173e6fcb16310e130fba4143e334563b4f8460e (diff)
downloadkdiff3-721c5c4ee3dcee163a2b0f7fd94cb3689154c1bd.tar.gz
kdiff3-721c5c4ee3dcee163a2b0f7fd94cb3689154c1bd.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdiff3@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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() );