summaryrefslogtreecommitdiffstats
path: root/kolourpaint/kpview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kolourpaint/kpview.h')
-rw-r--r--kolourpaint/kpview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kolourpaint/kpview.h b/kolourpaint/kpview.h
index 66471489..44674123 100644
--- a/kolourpaint/kpview.h
+++ b/kolourpaint/kpview.h
@@ -344,10 +344,10 @@ protected:
public:
/**
* Adds a region (in view coordinates) to the dirty area that is
- * tqrepainted when the tqparent @ref kpViewManager is set not to queue
+ * repainted when the tqparent @ref kpViewManager is set not to queue
* updates.
*
- * @param region Region (in view coordinates) that needs tqrepainting.
+ * @param region Region (in view coordinates) that needs repainting.
*/
void addToQueuedArea (const TQRegion &region);
@@ -355,10 +355,10 @@ public:
* Convenience function. Same as above.
*
* Adds a rectangle (in view coordinates) to the dirty area that is
- * tqrepainted when the tqparent @ref kpViewManager is set not to queue
+ * repainted when the tqparent @ref kpViewManager is set not to queue
* updates.
*
- * @param rect Rectangle (in view coordinates) that needs tqrepainting.
+ * @param rect Rectangle (in view coordinates) that needs repainting.
*/
void addToQueuedArea (const TQRect &rect);