summaryrefslogtreecommitdiffstats
path: root/chalk/core/kis_painter.h
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/core/kis_painter.h')
-rw-r--r--chalk/core/kis_painter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/core/kis_painter.h b/chalk/core/kis_painter.h
index abfd8b17..9ca623f6 100644
--- a/chalk/core/kis_painter.h
+++ b/chalk/core/kis_painter.h
@@ -123,7 +123,7 @@ public:
TQ_INT32 sw, TQ_INT32 sh);
/**
- * A version of bitBlt that renders using an external tqmask, ignoring
+ * A version of bitBlt that renders using an external mask, ignoring
* the src device's own selection, if it has one.
*/
void bltMask(TQ_INT32 dx, TQ_INT32 dy,
@@ -135,7 +135,7 @@ public:
TQ_INT32 sw, TQ_INT32 sh);
/**
- * A version of bitBlt that renders using an external selection tqmask, ignoring
+ * A version of bitBlt that renders using an external selection mask, ignoring
* the src device's own selection, if it has one.
*/
void bltSelection(TQ_INT32 dx, TQ_INT32 dy,
@@ -148,7 +148,7 @@ public:
/**
- * A version of bitBlt that renders using the src device's selection tqmask, if it has one.
+ * A version of bitBlt that renders using the src device's selection mask, if it has one.
*/
void bltSelection(TQ_INT32 dx, TQ_INT32 dy,
const KisCompositeOp &op,