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/viewswitches.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmix/viewswitches.cpp') diff --git a/kmix/viewswitches.cpp b/kmix/viewswitches.cpp index f2277ebf..15b555ac 100644 --- a/kmix/viewswitches.cpp +++ b/kmix/viewswitches.cpp @@ -92,7 +92,7 @@ TQWidget* ViewSwitches::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() @@ -107,7 +107,7 @@ TQWidget* ViewSwitches::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() -- cgit v1.2.1