diff options
Diffstat (limited to 'kmix/viewswitches.cpp')
-rw-r--r-- | kmix/viewswitches.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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() |