summaryrefslogtreecommitdiffstats
path: root/src/numpadvbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/numpadvbutton.h')
-rw-r--r--src/numpadvbutton.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/numpadvbutton.h b/src/numpadvbutton.h
index ff0457f..e908758 100644
--- a/src/numpadvbutton.h
+++ b/src/numpadvbutton.h
@@ -28,8 +28,9 @@
class NumpadVButton : public VButton
{
Q_OBJECT
+ TQ_OBJECT
public:
- NumpadVButton(QWidget *parent = 0, const char *name = 0);
+ NumpadVButton(TQWidget *tqparent = 0, const char *name = 0);
~NumpadVButton();
void numlockPressed(bool press);
void setKeyCode(unsigned int keycode, unsigned int n_keycode);