From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kview/modules/scale/kfloatspinbox.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kview/modules/scale/kfloatspinbox.h') diff --git a/kview/modules/scale/kfloatspinbox.h b/kview/modules/scale/kfloatspinbox.h index 9407a0f1..6424df38 100644 --- a/kview/modules/scale/kfloatspinbox.h +++ b/kview/modules/scale/kfloatspinbox.h @@ -21,13 +21,13 @@ #ifndef __kfloatspinbox_h_ #define __kfloatspinbox_h_ -#include +#include class KFloatSpinBox : public QSpinBox { Q_OBJECT public: - KFloatSpinBox( float minValue, float maxValue, float step, unsigned int precision, QWidget * parent = 0, const char * name = 0 ); + KFloatSpinBox( float minValue, float maxValue, float step, unsigned int precision, TQWidget * parent = 0, const char * name = 0 ); virtual ~KFloatSpinBox(); void setRange( float minValue, float maxValue, float step, unsigned int precision ); @@ -43,7 +43,7 @@ class KFloatSpinBox : public QSpinBox virtual void setValueBlocking( float value ); protected: - virtual QString mapValueToText( int value ); + virtual TQString mapValueToText( int value ); virtual int mapTextToValue( bool * ok ); virtual void valueChange(); -- cgit v1.2.1