summaryrefslogtreecommitdiffstats
path: root/kmix/mdwslider.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mdwslider.h')
-rw-r--r--kmix/mdwslider.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kmix/mdwslider.h b/kmix/mdwslider.h
index 72b9546c..fcd3636b 100644
--- a/kmix/mdwslider.h
+++ b/kmix/mdwslider.h
@@ -1,4 +1,3 @@
-//-*-C++-*-
/*
* KMix -- KDE's full featured mini mixer
*
@@ -55,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() {}