From 15b10cc62d853edddc5700fa54297ab717b6ac26 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: 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 --- src/VButton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VButton.h') 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(); -- cgit v1.2.1