summaryrefslogtreecommitdiffstats
path: root/kmix/viewsurround.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/viewsurround.cpp')
-rw-r--r--kmix/viewsurround.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmix/viewsurround.cpp b/kmix/viewsurround.cpp
index 7e653b32..5b2ac99f 100644
--- a/kmix/viewsurround.cpp
+++ b/kmix/viewsurround.cpp
@@ -39,8 +39,8 @@
* Demonstration verion of a "surround view"
* Not really usable right now.
*/
-ViewSurround::ViewSurround(TQWidget* tqparent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags)
- : ViewBase(tqparent, name, caption, mixer, WStyle_Customize|WStyle_NoBorder, vflags)
+ViewSurround::ViewSurround(TQWidget* parent, const char* name, const TQString & caption, Mixer* mixer, ViewBase::ViewFlags vflags)
+ : ViewBase(parent, name, caption, mixer, WStyle_Customize|WStyle_NoBorder, vflags)
{
_mdSurroundFront = 0;
_mdSurroundBack = 0;
@@ -260,7 +260,7 @@ MixDeviceWidget* ViewSurround::createMDW(MixDevice *md, bool small, Qt::Orientat
false, // Show Record LED
small, // Small
orientation, // Qt::Orientation
- this, // tqparent
+ this, // parent
this, // View widget
md->name().latin1()
);