diff options
Diffstat (limited to 'kmix/viewswitches.h')
-rw-r--r-- | kmix/viewswitches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/viewswitches.h b/kmix/viewswitches.h index 39b81f40..9e591514 100644 --- a/kmix/viewswitches.h +++ b/kmix/viewswitches.h @@ -12,7 +12,7 @@ class ViewSwitches : public ViewBase Q_OBJECT TQ_OBJECT public: - ViewSwitches(TQWidget* tqparent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags); + ViewSwitches(TQWidget* parent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags); ~ViewSwitches(); virtual int count(); |