diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | 656e74dad5d31c4cc3eebdab9f58c679cfcc1ab0 (patch) | |
tree | b59e79fa0f9bf0eba54337ca4486432cb021b1ae /src/kmplayer_smil.cpp | |
parent | 769e63d24adf5c844137484f06a972fcce732d6a (diff) | |
download | kmplayer-656e74dad5d31c4cc3eebdab9f58c679cfcc1ab0.tar.gz kmplayer-656e74dad5d31c4cc3eebdab9f58c679cfcc1ab0.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kmplayer_smil.cpp')
-rw-r--r-- | src/kmplayer_smil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kmplayer_smil.cpp b/src/kmplayer_smil.cpp index 2db8c34..68734f9 100644 --- a/src/kmplayer_smil.cpp +++ b/src/kmplayer_smil.cpp @@ -2867,9 +2867,9 @@ KDE_NO_EXPORT void SMIL::MediaType::boundsUpdate () { SMIL::RegionBase *rb = convertNode <SMIL::RegionBase> (region_node); if (rb && sub_surface) { SRect new_bounds = calculateBounds (); - SRect tqrepaint_rect = sub_surface->bounds.unite (new_bounds); + SRect repaint_rect = sub_surface->bounds.unite (new_bounds); sub_surface->bounds = new_bounds; - rb->tqrepaint (tqrepaint_rect); + rb->tqrepaint (repaint_rect); } } |