summaryrefslogtreecommitdiffstats
path: root/kmix/ksmallslider.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 06:00:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-11 06:00:15 +0000
commitb1057f437bf65300831a0ccb45b920787c6b318d (patch)
treef8a73db06ca1180d0da0ba6dfbe786197b4f4bc3 /kmix/ksmallslider.h
parent4ddfca384ced9ad654213aef9dc2c3973720b980 (diff)
downloadtdemultimedia-b1057f437bf65300831a0ccb45b920787c6b318d.tar.gz
tdemultimedia-b1057f437bf65300831a0ccb45b920787c6b318d.zip
TQt4 port kdemultimedia
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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;