summaryrefslogtreecommitdiffstats
path: root/src/kdiff3.h
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/kdiff3.h
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/kdiff3.h')
-rw-r--r--src/kdiff3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdiff3.h b/src/kdiff3.h
index 2934648..f5e240f 100644
--- a/src/kdiff3.h
+++ b/src/kdiff3.h
@@ -102,7 +102,7 @@ class KDiff3App : public TQSplitter
public:
/** constructor of KDiff3App, calls all init functions to create the application.
*/
- KDiff3App( TQWidget* tqparent, const char* name, KDiff3Part* pKDiff3Part );
+ KDiff3App( TQWidget* parent, const char* name, KDiff3Part* pKDiff3Part );
~KDiff3App();
bool isPart();