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/viewapplet.cpp | |
parent | 7eb7626c8a6d819c040cd9aba0b0bca3b484fde7 (diff) | |
download | tdemultimedia-2b75e2ead19b519a6065e80d3249c9e92f035d44.tar.gz tdemultimedia-2b75e2ead19b519a6065e80d3249c9e92f035d44.zip |
Fix inadvertent "Qt::" remnants.
Diffstat (limited to 'kmix/viewapplet.cpp')
-rw-r--r-- | kmix/viewapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/viewapplet.cpp b/kmix/viewapplet.cpp index b81a27f1..702dae82 100644 --- a/kmix/viewapplet.cpp +++ b/kmix/viewapplet.cpp @@ -118,7 +118,7 @@ TQWidget* ViewApplet::add(MixDevice *md) false, // Show Mute LED false, // Show Record LED true, // Small - sliderOrientation, // Qt::Orientation + sliderOrientation, // Orientation this, // parent this, // View widget md->name().latin1() |