summaryrefslogtreecommitdiffstats
path: root/chalk/doc/DESIGN.obsolete
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/doc/DESIGN.obsolete')
-rw-r--r--chalk/doc/DESIGN.obsolete6
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/doc/DESIGN.obsolete b/chalk/doc/DESIGN.obsolete
index 520d4058d..10ab8dbb6 100644
--- a/chalk/doc/DESIGN.obsolete
+++ b/chalk/doc/DESIGN.obsolete
@@ -67,7 +67,7 @@ Design Patterns
* Addition of kis_types. Defines shared pointer pointers
to core chalk objects: image, paintdevice, channel,
- tqmask, layer etc.
+ mask, layer etc.
* Tile architecture. There's Mediator and a Singleton
pattern here at least. This stuff seems to work, doesn't
@@ -141,7 +141,7 @@ Obsolete files
core/helper/kis_timer
core/helper/kis_scopedlock (Replaced with QMutexlocker)
core/kis_krayon (was predecessor of kis_resource)
- core/kis_tqmask
+ core/kis_mask
core/kis_util
ui/kis_krayon_widget
@@ -151,7 +151,7 @@ Random head-scratchings
- Why the QUANTUM redefinition: the number of bits per channel,
8 for 32-bit colour, 16 for 64-bit colour.
- - is_tqmask unimplemented? What was it meant to do, or is it an
+ - is_mask unimplemented? What was it meant to do, or is it an
interface?
- nameserver presents unique numbers for new layers and images.