summaryrefslogtreecommitdiffstats
path: root/kmix/viewswitches.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-21 20:31:14 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-21 20:31:14 -0500
commit2b75e2ead19b519a6065e80d3249c9e92f035d44 (patch)
treef8635e823156b01047776b727b6f308e01087caa /kmix/viewswitches.cpp
parent7eb7626c8a6d819c040cd9aba0b0bca3b484fde7 (diff)
downloadtdemultimedia-2b75e2ead19b519a6065e80d3249c9e92f035d44.tar.gz
tdemultimedia-2b75e2ead19b519a6065e80d3249c9e92f035d44.zip
Fix inadvertent "Qt::" remnants.
Diffstat (limited to 'kmix/viewswitches.cpp')
-rw-r--r--kmix/viewswitches.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/viewswitches.cpp b/kmix/viewswitches.cpp
index f2277ebf..15b555ac 100644
--- a/kmix/viewswitches.cpp
+++ b/kmix/viewswitches.cpp
@@ -92,7 +92,7 @@ TQWidget* ViewSwitches::add(MixDevice *md)
mdw = new MDWEnum(
_mixer, // the mixer for this device
md, // MixDevice (parameter)
- orientation, // Qt::Orientation
+ orientation, // Orientation
this, // parent
this, // View widget
md->name().latin1()
@@ -107,7 +107,7 @@ TQWidget* ViewSwitches::add(MixDevice *md)
_mixer, // the mixer for this device
md, // MixDevice (parameter)
false, // Small
- orientation, // Qt::Orientation
+ orientation, // Orientation
this, // parent
this, // View widget
md->name().latin1()