summaryrefslogtreecommitdiffstats
path: root/chalk/doc/paint_device.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-26 11:50:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-28 11:41:17 +0900
commit7cec1c0edd5e9103470f05af4e8403c3ace08780 (patch)
treed7058008da5066e2b9c232c7d5b7e7e33294df35 /chalk/doc/paint_device.txt
parentc5457738148661c46793712f2b3bfdf86654e298 (diff)
downloadkoffice-r14.1.1.tar.gz
koffice-r14.1.1.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
Diffstat (limited to 'chalk/doc/paint_device.txt')
-rw-r--r--chalk/doc/paint_device.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/doc/paint_device.txt b/chalk/doc/paint_device.txt
index 325697285..e94110431 100644
--- a/chalk/doc/paint_device.txt
+++ b/chalk/doc/paint_device.txt
@@ -8,7 +8,7 @@ KisPaintDevice
KisPainter
These classes are (very) loosely modelled on QPaintDevice and
-QPainter. KisPaintDevice also takes up some of the roles of QImage,
+QPainter. KisPaintDevice also takes up some of the roles of TQImage,
but isn't all that efficient at it.
This is a write-up of my (Boudewijn's) understanding at this point;