diff options
Diffstat (limited to 'src/viewarea.cpp')
-rw-r--r-- | src/viewarea.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/viewarea.cpp b/src/viewarea.cpp index eb4180d..daf5e5a 100644 --- a/src/viewarea.cpp +++ b/src/viewarea.cpp @@ -1338,9 +1338,9 @@ KDE_NO_EXPORT void MouseVisitor::visit (SMIL::MediaType * mediatype) { //----------------------------------------------------------------------------- -KDE_NO_CDTOR_EXPORT ViewArea::ViewArea (TQWidget * tqparent, View * view) - : TQWidget (tqparent, "kde_kmplayer_viewarea", WResizeNoErase | WRepaintNoErase), - m_parent (tqparent), +KDE_NO_CDTOR_EXPORT ViewArea::ViewArea (TQWidget * parent, View * view) + : TQWidget (parent, "kde_kmplayer_viewarea", WResizeNoErase | WRepaintNoErase), + m_parent (parent), m_view (view), m_collection (new KActionCollection (this)), surface (new ViewSurface (this)), |