From afbfdc507bfaafc8824a9808311d57a9ece87510 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/koffice@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/kofficeui/KoGuides.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/kofficeui/KoGuides.cpp') diff --git a/lib/kofficeui/KoGuides.cpp b/lib/kofficeui/KoGuides.cpp index 5694889c2..a7e85bcfc 100644 --- a/lib/kofficeui/KoGuides.cpp +++ b/lib/kofficeui/KoGuides.cpp @@ -476,7 +476,7 @@ void KoGuides::snapToGuideLines( KoPoint &pos, int snap, SnaptqStatus &snaptqSta } -void KoGuides::tqrepaintSnapping( const KoRect &snappedRect ) +void KoGuides::repaintSnapping( const KoRect &snappedRect ) { bool needRepaint = false; for ( int i = 0; i < GL_END; ++i ) @@ -530,7 +530,7 @@ void KoGuides::tqrepaintSnapping( const KoRect &snappedRect ) } -void KoGuides::tqrepaintSnapping( const KoPoint &snappedPoint, SnaptqStatus snaptqStatus ) +void KoGuides::repaintSnapping( const KoPoint &snappedPoint, SnaptqStatus snaptqStatus ) { bool needRepaint = false; for ( int i = 0; i < GL_END; ++i ) @@ -585,7 +585,7 @@ void KoGuides::tqrepaintSnapping( const KoPoint &snappedPoint, SnaptqStatus snap } -void KoGuides::tqrepaintAfterSnapping() +void KoGuides::repaintAfterSnapping() { bool needRepaint = false; -- cgit v1.2.3