summaryrefslogtreecommitdiffstats
path: root/kmix/viewswitches.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-21 20:31:14 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 18:07:32 +0200
commit86636b26b9ebe10c0552e0808e21d30004bd6801 (patch)
tree2f2bccb81d09358261d57c29db9b88eb6ac8dcf9 /kmix/viewswitches.cpp
parentff69ef11db77ae8b88a1e92bc019befb90dd979a (diff)
downloadtdemultimedia-86636b26b9ebe10c0552e0808e21d30004bd6801.tar.gz
tdemultimedia-86636b26b9ebe10c0552e0808e21d30004bd6801.zip
Fix inadvertent "Qt::" remnants.
(cherry picked from commit 2b75e2ead19b519a6065e80d3249c9e92f035d44)
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()