diff options
Diffstat (limited to 'kmix/mdwslider.h')
-rw-r--r-- | kmix/mdwslider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/mdwslider.h b/kmix/mdwslider.h index 17836bd1..61a95c96 100644 --- a/kmix/mdwslider.h +++ b/kmix/mdwslider.h @@ -62,7 +62,7 @@ public: MDWSlider( Mixer *mixer, MixDevice* md, bool showMuteLED, bool showRecordLED, bool small, Qt::Orientation, - TQWidget* tqparent = 0, ViewBase* mw = 0, const char* name = 0); + TQWidget* parent = 0, ViewBase* mw = 0, const char* name = 0); ~MDWSlider() {} void addActionToPopup( KAction *action ); |