summaryrefslogtreecommitdiffstats
path: root/kolourpaint/kpdocumentsaveoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'kolourpaint/kpdocumentsaveoptions.h')
-rw-r--r--kolourpaint/kpdocumentsaveoptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kolourpaint/kpdocumentsaveoptions.h b/kolourpaint/kpdocumentsaveoptions.h
index d6279885..22feaaa9 100644
--- a/kolourpaint/kpdocumentsaveoptions.h
+++ b/kolourpaint/kpdocumentsaveoptions.h
@@ -119,7 +119,7 @@ public:
bool mimeTypeHasConfigurableQuality () const;
- // TODO: checking for mask loss due to format e.g. BMP
+ // TODO: checking for tqmask loss due to format e.g. BMP
enum LossyType
{
LossLess = 0,
@@ -127,7 +127,7 @@ public:
// mimeTypeMaximumColorDepth() < <pixmap>.depth()
MimeTypeMaximumColorDepthLow = 1,
// i.e. colorDepth() < <pixmap>.depth() ||
- // colorDepth() < 32 && <pixmap>.mask()
+ // colorDepth() < 32 && <pixmap>.tqmask()
ColorDepthLow = 2,
// i.e. mimeTypeHasConfigurableQuality()
Quality = 4