summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrel-libs-configurator/klc.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
commit2af11d9103e8eb8aa289bc1e13bbeb995ce627c6 (patch)
tree33f627862caa5ef77ec2993f9c0b76cac73d7ab4 /ksquirrel/ksquirrel-libs-configurator/klc.cpp
parent79128018a1b71d8fa9218e925a2409abb6fce7d2 (diff)
downloadksquirrel-2af11d91.tar.gz
ksquirrel-2af11d91.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ksquirrel@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksquirrel/ksquirrel-libs-configurator/klc.cpp')
-rw-r--r--ksquirrel/ksquirrel-libs-configurator/klc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ksquirrel/ksquirrel-libs-configurator/klc.cpp b/ksquirrel/ksquirrel-libs-configurator/klc.cpp
index f510128..4a90161 100644
--- a/ksquirrel/ksquirrel-libs-configurator/klc.cpp
+++ b/ksquirrel/ksquirrel-libs-configurator/klc.cpp
@@ -28,11 +28,11 @@
#include "./klc.ui.h"
/*
- * Constructs a KLC as a child of 'tqparent', with the
+ * Constructs a KLC as a child of 'parent', with the
* name 'name' and widget flags set to 'f'.
*/
-KLC::KLC( TQWidget* tqparent, const char* name, WFlags fl )
- : TQWidget( tqparent, name, fl )
+KLC::KLC( TQWidget* parent, const char* name, WFlags fl )
+ : TQWidget( parent, name, fl )
{
if ( !name )
setName( "KLC" );