diff options
Diffstat (limited to 'src/numpadvbutton.h')
-rw-r--r-- | src/numpadvbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/numpadvbutton.h b/src/numpadvbutton.h index e908758..9e2b6a0 100644 --- a/src/numpadvbutton.h +++ b/src/numpadvbutton.h @@ -30,7 +30,7 @@ class NumpadVButton : public VButton Q_OBJECT TQ_OBJECT public: - NumpadVButton(TQWidget *tqparent = 0, const char *name = 0); + NumpadVButton(TQWidget *parent = 0, const char *name = 0); ~NumpadVButton(); void numlockPressed(bool press); void setKeyCode(unsigned int keycode, unsigned int n_keycode); |