summaryrefslogtreecommitdiffstats
path: root/kmix/ksmallslider.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/ksmallslider.h')
-rw-r--r--kmix/ksmallslider.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/kmix/ksmallslider.h b/kmix/ksmallslider.h
index 62849f7b..23a84695 100644
--- a/kmix/ksmallslider.h
+++ b/kmix/ksmallslider.h
@@ -29,21 +29,22 @@
#include <tqpixmap.h>
#include <tqrangecontrol.h>
-class KSmallSlider : public TQWidget, public QRangeControl
+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( TQWidget *tqparent, const char *name=0 );
+ KSmallSlider( Qt::Orientation, TQWidget *tqparent, const char *name=0 );
KSmallSlider( int minValue, int maxValue, int pageStep, int value,
- Qt::Orientation, TQWidget *parent, const char *name=0 );
+ Qt::Orientation, TQWidget *tqparent, const char *name=0 );
//virtual void setTracking( bool enable );
//bool tracking() const;
- TQSize sizeHint() const;
+ TQSize tqsizeHint() const;
TQSizePolicy sizePolicy() const;
- TQSize minimumSizeHint() const;
+ TQSize tqminimumSizeHint() const;
int minValue() const;
int maxValue() const;
@@ -99,7 +100,7 @@ public slots:
int goodPart( const TQPoint& ) const;
//void initTicks();
- //QCOORD sliderPos;
+ //TQCOORD sliderPos;
//int sliderVal;
//State state;
//bool track;