summaryrefslogtreecommitdiffstats
path: root/kmix/viewgrid.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/viewgrid.cpp
parentff69ef11db77ae8b88a1e92bc019befb90dd979a (diff)
downloadtdemultimedia-86636b26b9ebe10c0552e0808e21d30004bd6801.tar.gz
tdemultimedia-86636b26b9ebe10c0552e0808e21d30004bd6801.zip
Fix inadvertent "Qt::" remnants.
(cherry picked from commit 2b75e2ead19b519a6065e80d3249c9e92f035d44)
Diffstat (limited to 'kmix/viewgrid.cpp')
-rw-r--r--kmix/viewgrid.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmix/viewgrid.cpp b/kmix/viewgrid.cpp
index 72bae125..e6aa2045 100644
--- a/kmix/viewgrid.cpp
+++ b/kmix/viewgrid.cpp
@@ -88,7 +88,7 @@ TQWidget* ViewGrid::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()
@@ -101,7 +101,7 @@ TQWidget* ViewGrid::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()
@@ -117,7 +117,7 @@ TQWidget* ViewGrid::add(MixDevice *md)
true, // Show Mute LED
true, // Show Record LED
false, // Small
- orientation, // Qt::Orientation
+ orientation, // Orientation
this, // parent
this, // View widget
md->name().latin1()