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