diff options
Diffstat (limited to 'lib/kofficeui/KoGuides.h')
| -rw-r--r-- | lib/kofficeui/KoGuides.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficeui/KoGuides.h b/lib/kofficeui/KoGuides.h index e3529c720..15d99ca27 100644 --- a/lib/kofficeui/KoGuides.h +++ b/lib/kofficeui/KoGuides.h @@ -179,7 +179,7 @@ public: * * @param snappedRect the rect after it has been snapped */ - void tqrepaintSnapping( const KoRect &snappedRect ); + void repaintSnapping( const KoRect &snappedRect ); /** * @brief tqrepaint guides if any changed snapping status @@ -188,7 +188,7 @@ public: * * @param snappedPoint the point after it has been snapped */ - void tqrepaintSnapping( const KoPoint &snappedPoint, SnaptqStatus snaptqStatus ); + void repaintSnapping( const KoPoint &snappedPoint, SnaptqStatus snaptqStatus ); /** * @brief tqrepaint guides so none is snapped @@ -196,7 +196,7 @@ public: * This issues a paint request if any guides have changed snapping status. * It also effectively un-snaps all since it doesn't take an argument */ - void tqrepaintAfterSnapping( ); + void repaintAfterSnapping( ); /** * @brief Find the closesed disance to the next guide within the given distance |
