summaryrefslogtreecommitdiffstats
path: root/kmix/viewsurround.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/viewsurround.h')
-rw-r--r--kmix/viewsurround.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/viewsurround.h b/kmix/viewsurround.h
index 32903f6b..df79ac8a 100644
--- a/kmix/viewsurround.h
+++ b/kmix/viewsurround.h
@@ -12,7 +12,7 @@ class Mixer;
class ViewSurround : public ViewBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
ViewSurround(TQWidget* parent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags);
@@ -30,7 +30,7 @@ public slots:
virtual void refreshVolumeLevels();
private:
- MixDeviceWidget* createMDW(MixDevice *md, bool small, Qt::Orientation orientation);
+ MixDeviceWidget* createMDW(MixDevice *md, bool small, TQt::Orientation orientation);
MixDevice *_mdSurroundFront;
MixDevice *_mdSurroundBack;