From 656e74dad5d31c4cc3eebdab9f58c679cfcc1ab0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 7 Jul 2011 21:14:06 +0000 Subject: 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 --- src/kmplayer_smil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kmplayer_smil.cpp') 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 (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); } } -- cgit v1.2.1