summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_glwidget_helpers.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/sq_glwidget_helpers.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/sq_glwidget_helpers.cpp')
-rw-r--r--ksquirrel/sq_glwidget_helpers.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ksquirrel/sq_glwidget_helpers.cpp b/ksquirrel/sq_glwidget_helpers.cpp
index f501478..6b770f8 100644
--- a/ksquirrel/sq_glwidget_helpers.cpp
+++ b/ksquirrel/sq_glwidget_helpers.cpp
@@ -36,8 +36,8 @@
#include "sq_glwidget_helpers.h"
-SQ_ToolButtonPopup::SQ_ToolButtonPopup(const TQPixmap &pix, const TQString &textLabel, KToolBar *tqparent)
- : KToolBarButton(pix, -1, tqparent, 0, textLabel)
+SQ_ToolButtonPopup::SQ_ToolButtonPopup(const TQPixmap &pix, const TQString &textLabel, KToolBar *parent)
+ : KToolBarButton(pix, -1, parent, 0, textLabel)
{
setFixedWidth(SQ_ToolButton::fixedWidth());
}
@@ -46,8 +46,8 @@ SQ_ToolButtonPopup::~SQ_ToolButtonPopup()
{}
SQ_ToolButton::SQ_ToolButton(const TQIconSet &iconSet, const TQString &textLabel,
- TQObject *receiver, const char *slot, KToolBar *tqparent, const char *name)
- : TQToolButton(iconSet, textLabel, TQString(), receiver, slot, tqparent, name)
+ TQObject *receiver, const char *slot, KToolBar *parent, const char *name)
+ : TQToolButton(iconSet, textLabel, TQString(), receiver, slot, parent, name)
{
setFixedWidth(SQ_ToolButton::fixedWidth());
}