diff options
Diffstat (limited to 'kmix/mdwswitch.cpp')
-rw-r--r-- | kmix/mdwswitch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/mdwswitch.cpp b/kmix/mdwswitch.cpp index 7ee2b1e4..056bca57 100644 --- a/kmix/mdwswitch.cpp +++ b/kmix/mdwswitch.cpp @@ -47,8 +47,8 @@ */ MDWSwitch::MDWSwitch(Mixer *mixer, MixDevice* md, bool small, Qt::Orientation orientation, - TQWidget* tqparent, ViewBase* mw, const char* name) : - MixDeviceWidget(mixer,md,small,orientation,tqparent,mw,name), + TQWidget* parent, ViewBase* mw, const char* name) : + MixDeviceWidget(mixer,md,small,orientation,parent,mw,name), _label(0) , _labelV(0) , _switchLED(0), _layout(0) { // create actions (on _mdwActions, see MixDeviceWidget) |