diff options
Diffstat (limited to 'kbfxlib/common/kbfxpushbutton.h')
-rw-r--r-- | kbfxlib/common/kbfxpushbutton.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kbfxlib/common/kbfxpushbutton.h b/kbfxlib/common/kbfxpushbutton.h index 3d90bf7..dc38e05 100644 --- a/kbfxlib/common/kbfxpushbutton.h +++ b/kbfxlib/common/kbfxpushbutton.h @@ -29,13 +29,14 @@ class KbfxPushButton: public KPushButton { Q_OBJECT + TQ_OBJECT public: - KbfxPushButton ( QWidget *parent = 0, const char *name = 0 ); + KbfxPushButton ( TQWidget *tqparent = 0, const char *name = 0 ); ~KbfxPushButton(); - void enterEvent ( QEvent * ); - void leaveEvent ( QEvent * ); + void enterEvent ( TQEvent * ); + void leaveEvent ( TQEvent * ); }; #endif // KBFX_PUSH_BUTTON_H |