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