diff options
Diffstat (limited to 'src/kbfxspinxview.h')
-rw-r--r-- | src/kbfxspinxview.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/kbfxspinxview.h b/src/kbfxspinxview.h index 42d1cb6..8ca1a7a 100644 --- a/src/kbfxspinxview.h +++ b/src/kbfxspinxview.h @@ -22,15 +22,16 @@ #ifndef KBFX_SPINX_VIEW_H #define KBFX_SPINX_VIEW_H -#include <qframe.h> +#include <tqframe.h> -class KbfxSpinxView:public QFrame +class KbfxSpinxView:public TQFrame { Q_OBJECT + TQ_OBJECT public: - KbfxSpinxView ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 ); + KbfxSpinxView ( TQWidget * tqparent = 0, const char * name = 0, WFlags f = 0 ); ~KbfxSpinxView(); public slots: |