summaryrefslogtreecommitdiffstats
path: root/client/crystalbutton.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
commit4e5e357168ca02901108508d7d6d69f164c65d03 (patch)
tree70939b83ef956454be939ff66e1c019b617d1355 /client/crystalbutton.cpp
parent529c1ea243b4b08398f2728630ae6a1e7933e57b (diff)
downloadtwin-style-crystal-4e5e357168ca02901108508d7d6d69f164c65d03.tar.gz
twin-style-crystal-4e5e357168ca02901108508d7d6d69f164c65d03.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kwin-style-crystal@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'client/crystalbutton.cpp')
-rw-r--r--client/crystalbutton.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/crystalbutton.cpp b/client/crystalbutton.cpp
index d38cbee..51d366e 100644
--- a/client/crystalbutton.cpp
+++ b/client/crystalbutton.cpp
@@ -29,10 +29,10 @@
#include "imageholder.h"
-CrystalButton::CrystalButton(CrystalClient *tqparent, const char *name,
+CrystalButton::CrystalButton(CrystalClient *parent, const char *name,
const TQString& tip, ButtonType type,
ButtonImage *vimage)
-: TQButton(tqparent->widget(), name), client_(tqparent), type_(type), image(vimage), lastmouse_(0)
+: TQButton(parent->widget(), name), client_(parent), type_(type), image(vimage), lastmouse_(0)
{
setBackgroundMode(NoBackground);
resetSize(false);