From 2b75e2ead19b519a6065e80d3249c9e92f035d44 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 21 May 2012 20:31:14 -0500 Subject: Fix inadvertent "Qt::" remnants. --- kmix/viewsurround.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmix/viewsurround.cpp') 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() -- cgit v1.2.1