diff options
Diffstat (limited to 'kmix/mixdevicewidget.h')
-rw-r--r-- | kmix/mixdevicewidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/mixdevicewidget.h b/kmix/mixdevicewidget.h index d652a749..c5a06cc6 100644 --- a/kmix/mixdevicewidget.h +++ b/kmix/mixdevicewidget.h @@ -61,7 +61,7 @@ public: MixDeviceWidget( 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); ~MixDeviceWidget(); void addActionToPopup( KAction *action ); |