summaryrefslogtreecommitdiffstats
path: root/src/VButton.h
diff options
context:
space:
mode:
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();