diff options
Diffstat (limited to 'kview/modules/scale/kfloatspinbox.h')
-rw-r--r-- | kview/modules/scale/kfloatspinbox.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kview/modules/scale/kfloatspinbox.h b/kview/modules/scale/kfloatspinbox.h index 6424df38..572fc952 100644 --- a/kview/modules/scale/kfloatspinbox.h +++ b/kview/modules/scale/kfloatspinbox.h @@ -23,11 +23,12 @@ #include <tqspinbox.h> -class KFloatSpinBox : public QSpinBox +class KFloatSpinBox : public TQSpinBox { Q_OBJECT + TQ_OBJECT public: - KFloatSpinBox( float minValue, float maxValue, float step, unsigned int precision, TQWidget * parent = 0, const char * name = 0 ); + KFloatSpinBox( float minValue, float maxValue, float step, unsigned int precision, TQWidget * tqparent = 0, const char * name = 0 ); virtual ~KFloatSpinBox(); void setRange( float minValue, float maxValue, float step, unsigned int precision ); |