diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-21 20:31:14 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-21 20:31:14 -0500 |
commit | 2b75e2ead19b519a6065e80d3249c9e92f035d44 (patch) | |
tree | f8635e823156b01047776b727b6f308e01087caa /kmix/viewgrid.cpp | |
parent | 7eb7626c8a6d819c040cd9aba0b0bca3b484fde7 (diff) | |
download | tdemultimedia-2b75e2ead19b519a6065e80d3249c9e92f035d44.tar.gz tdemultimedia-2b75e2ead19b519a6065e80d3249c9e92f035d44.zip |
Fix inadvertent "Qt::" remnants.
Diffstat (limited to 'kmix/viewgrid.cpp')
-rw-r--r-- | kmix/viewgrid.cpp | 6 |
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() |