summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrelpart/sq_bcglabel.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/ksquirrelpart/sq_bcglabel.cpp
parent79128018a1b71d8fa9218e925a2409abb6fce7d2 (diff)
downloadksquirrel-2af11d9103e8eb8aa289bc1e13bbeb995ce627c6.tar.gz
ksquirrel-2af11d9103e8eb8aa289bc1e13bbeb995ce627c6.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/ksquirrelpart/sq_bcglabel.cpp')
-rw-r--r--ksquirrel/ksquirrelpart/sq_bcglabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/ksquirrelpart/sq_bcglabel.cpp b/ksquirrel/ksquirrelpart/sq_bcglabel.cpp
index 968dbd9..39c5f62 100644
--- a/ksquirrel/ksquirrelpart/sq_bcglabel.cpp
+++ b/ksquirrel/ksquirrelpart/sq_bcglabel.cpp
@@ -17,7 +17,7 @@
#include "sq_bcglabel.h"
-SQ_BCGLabel::SQ_BCGLabel(TQWidget *tqparent, const char *name, WFlags f) : TQLabel(tqparent, name, f | TQt::WNoAutoErase)
+SQ_BCGLabel::SQ_BCGLabel(TQWidget *parent, const char *name, WFlags f) : TQLabel(parent, name, f | TQt::WNoAutoErase)
{
setScaledContents(false);