diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-21 20:31:14 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 18:07:32 +0200 |
commit | 86636b26b9ebe10c0552e0808e21d30004bd6801 (patch) | |
tree | 2f2bccb81d09358261d57c29db9b88eb6ac8dcf9 /kmix/viewgrid.cpp | |
parent | ff69ef11db77ae8b88a1e92bc019befb90dd979a (diff) | |
download | tdemultimedia-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.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() |