From 721c5c4ee3dcee163a2b0f7fd94cb3689154c1bd Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: 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 --- src/kdiff3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kdiff3.cpp') diff --git a/src/kdiff3.cpp b/src/kdiff3.cpp index d17a031..c3541ec 100644 --- a/src/kdiff3.cpp +++ b/src/kdiff3.cpp @@ -132,7 +132,7 @@ KDiff3App::KDiff3App(TQWidget* pParent, const char* name, KDiff3Part* pKDiff3Par m_pOptionDialog->readOptions( isPart() ? m_pKDiff3Part->instance()->config() : kapp->config() ); - // Option handling: Only when pParent==0 (no tqparent) + // Option handling: Only when pParent==0 (no parent) KCmdLineArgs *args = isPart() ? 0 : KCmdLineArgs::parsedArgs(); if (args) -- cgit v1.2.1