diff options
Diffstat (limited to 'lib/kofficeui/KoGuides.cpp')
| -rw-r--r-- | lib/kofficeui/KoGuides.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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; |
