diff options
Diffstat (limited to 'src/VButton.h')
-rw-r--r-- | src/VButton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VButton.h b/src/VButton.h index fb8dcb5..7f04fd0 100644 --- a/src/VButton.h +++ b/src/VButton.h @@ -7,7 +7,7 @@ class VButton : public TQPushButton { Q_OBJECT - TQ_OBJECT + public: VButton(TQWidget *parent=0, const char *name=0); ~VButton(); |