diff options
Diffstat (limited to 'kmix/ksmallslider.h')
-rw-r--r-- | kmix/ksmallslider.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kmix/ksmallslider.h b/kmix/ksmallslider.h index 16b11b70..2729cf15 100644 --- a/kmix/ksmallslider.h +++ b/kmix/ksmallslider.h @@ -1,4 +1,3 @@ -//-*-C++-*- /* * KMix -- KDE's full featured mini mixer * @@ -31,14 +30,14 @@ class KSmallSlider : public TQWidget, public TQRangeControl { - Q_OBJECT + TQ_OBJECT public: KSmallSlider( TQWidget *parent, const char *name=0 ); - KSmallSlider( Qt::Orientation, TQWidget *parent, const char *name=0 ); + KSmallSlider( TQt::Orientation, TQWidget *parent, const char *name=0 ); KSmallSlider( int minValue, int maxValue, int pageStep, int value, - Qt::Orientation, TQWidget *parent, const char *name=0 ); + TQt::Orientation, TQWidget *parent, const char *name=0 ); //virtual void setTracking( bool enable ); //bool tracking() const; @@ -105,7 +104,7 @@ public slots: //State state; //bool track; bool grayed; - Qt::Orientation _orientation; + TQt::Orientation _orientation; TQColor colHigh, colLow, colBack; TQColor grayHigh, grayLow, grayBack; |