diff options
Diffstat (limited to 'kpresenter/KPrCanvas.h')
-rw-r--r-- | kpresenter/KPrCanvas.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpresenter/KPrCanvas.h b/kpresenter/KPrCanvas.h index 9ab7de16..c7c67c02 100644 --- a/kpresenter/KPrCanvas.h +++ b/kpresenter/KPrCanvas.h @@ -438,7 +438,7 @@ protected: // functions for displaying /** - * This method is used for tqrepainting the canvas. + * This method is used for repainting the canvas. */ virtual void paintEvent( TQPaintEvent* ); @@ -690,13 +690,13 @@ private: * If so it returns the position it has snapped to. * * @param pos the point which should be snapped - * @param tqrepaintSnapping true if the guides should be tqrepainted. - * @param tqrepaintSnapping false when the guides should not be tqrepainted. + * @param repaintSnapping true if the guides should be repainted. + * @param repaintSnapping false when the guides should not be repainted. * You have to call tqrepaint by yourself. * * @return the position of the snapped point */ - KoPoint snapPoint( KoPoint &pos, bool tqrepaintSnapping = true ); + KoPoint snapPoint( KoPoint &pos, bool repaintSnapping = true ); /** * @brief Find the next grid in distance |