summaryrefslogtreecommitdiffstats
path: root/src/VButton.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
commit15b10cc62d853edddc5700fa54297ab717b6ac26 (patch)
treebedcdf513538bea134a3e3e1a1edf7e5d5ffc1bd /src/VButton.cpp
parentfe49082b77e8b949f97e08892fefe17c54ed17da (diff)
downloadkvkbd-15b10cc62d853edddc5700fa54297ab717b6ac26.tar.gz
kvkbd-15b10cc62d853edddc5700fa54297ab717b6ac26.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvkbd@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/VButton.cpp')
-rw-r--r--src/VButton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VButton.cpp b/src/VButton.cpp
index 9453c30..b46ce28 100644
--- a/src/VButton.cpp
+++ b/src/VButton.cpp
@@ -5,7 +5,7 @@
double VButton::pw=550.0;
double VButton::ph=235.0;
-VButton::VButton(TQWidget *tqparent, const char *name): TQPushButton (tqparent,name)
+VButton::VButton(TQWidget *parent, const char *name): TQPushButton (parent,name)
{
//connect(this,TQT_SIGNAL(clicked()),this,TQT_SLOT(sendKey()));