summaryrefslogtreecommitdiffstats
path: root/kmix/mdwslider.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mdwslider.h')
-rw-r--r--kmix/mdwslider.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/mdwslider.h b/kmix/mdwslider.h
index 374cc28e..fcd3636b 100644
--- a/kmix/mdwslider.h
+++ b/kmix/mdwslider.h
@@ -54,13 +54,13 @@ class ViewBase;
class MDWSlider : public MixDeviceWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
MDWSlider( Mixer *mixer, MixDevice* md,
bool showMuteLED, bool showRecordLED,
- bool small, Qt::Orientation,
+ bool small, TQt::Orientation,
TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0);
~MDWSlider() {}