summaryrefslogtreecommitdiffstats
path: root/src/VButton.h
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.h
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.h')
-rw-r--r--src/VButton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VButton.h b/src/VButton.h
index 06d22b6..fb8dcb5 100644
--- a/src/VButton.h
+++ b/src/VButton.h
@@ -9,7 +9,7 @@ class VButton : public TQPushButton
Q_OBJECT
TQ_OBJECT
public:
- VButton(TQWidget *tqparent=0, const char *name=0);
+ VButton(TQWidget *parent=0, const char *name=0);
~VButton();
void setKeyCode(unsigned int keycode);
unsigned int getKeyCode();