diff options
Diffstat (limited to 'src/numpadvbutton.h')
-rw-r--r-- | src/numpadvbutton.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/numpadvbutton.h b/src/numpadvbutton.h index 53bcddf..fc8a026 100644 --- a/src/numpadvbutton.h +++ b/src/numpadvbutton.h @@ -30,15 +30,10 @@ class NumpadVButton : public VButton Q_OBJECT public: - NumpadVButton(TQWidget *parent = 0, const char *name = 0); - ~NumpadVButton(); - void numlockPressed(bool press); - void setKeyCode(unsigned int keycode, unsigned int n_keycode); - -private: - unsigned int numlock_code; - unsigned int cursor_code; + NumpadVButton(TQWidget *parent = 0, const char *name = 0); + ~NumpadVButton(); + void numlockPressed(bool press); }; #endif |