diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | cdbd0571baaf836a247dd997a6c4ca3755506297 (patch) | |
tree | 866e171f53893a3bb109d25b954882a2a65d34c4 /src/viewarea.cpp | |
parent | 63c4fb318b4b6c0c22fce659f0029e4b21112c86 (diff) | |
download | kmplayer-cdbd0571baaf836a247dd997a6c4ca3755506297.tar.gz kmplayer-cdbd0571baaf836a247dd997a6c4ca3755506297.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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)), |