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/viewsurround.cpp | |
parent | 7eb7626c8a6d819c040cd9aba0b0bca3b484fde7 (diff) | |
download | tdemultimedia-2b75e2ead19b519a6065e80d3249c9e92f035d44.tar.gz tdemultimedia-2b75e2ead19b519a6065e80d3249c9e92f035d44.zip |
Fix inadvertent "Qt::" remnants.
Diffstat (limited to 'kmix/viewsurround.cpp')
-rw-r--r-- | kmix/viewsurround.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/viewsurround.cpp b/kmix/viewsurround.cpp index 8e0b6df5..27cc1635 100644 --- a/kmix/viewsurround.cpp +++ b/kmix/viewsurround.cpp @@ -259,7 +259,7 @@ MixDeviceWidget* ViewSurround::createMDW(MixDevice *md, bool small, Qt::Orientat false, // Show Mute LED false, // Show Record LED small, // Small - orientation, // Qt::Orientation + orientation, // Orientation this, // parent this, // View widget md->name().latin1() |