diff options
Diffstat (limited to 'kmix/mdwswitch.h')
-rw-r--r-- | kmix/mdwswitch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/mdwswitch.h b/kmix/mdwswitch.h index 4e2258ea..6c6f3bbf 100644 --- a/kmix/mdwswitch.h +++ b/kmix/mdwswitch.h @@ -57,7 +57,7 @@ class MDWSwitch : public MixDeviceWidget public: MDWSwitch( Mixer *mixer, MixDevice* md, bool small, Qt::Orientation orientation, - TQWidget* tqparent = 0, ViewBase* mw = 0, const char* name = 0); + TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0); ~MDWSwitch(); void addActionToPopup( KAction *action ); |