summaryrefslogtreecommitdiffstats
path: root/kmix/mdwenum.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mdwenum.h')
-rw-r--r--kmix/mdwenum.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kmix/mdwenum.h b/kmix/mdwenum.h
index 30e3b1a4..8a1c972b 100644
--- a/kmix/mdwenum.h
+++ b/kmix/mdwenum.h
@@ -1,4 +1,3 @@
-//-*-C++-*-
/*
* KMix -- KDE's full featured mini mixer
*
@@ -41,12 +40,12 @@ class ViewBase;
class MDWEnum : public MixDeviceWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
MDWEnum( Mixer *mixer, MixDevice* md,
- Qt::Orientation orientation,
+ TQt::Orientation orientation,
TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0);
~MDWEnum();