summaryrefslogtreecommitdiffstats
path: root/chalk/doc/paint_device.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-26 11:50:58 +0900
committerMichele Calgaro <[email protected]>2023-09-26 11:50:58 +0900
commit49e49d1876484adcc6c4f264b44b7f4cee28acc2 (patch)
tree1304c6506aae240b499e2a2db3779186c07e3708 /chalk/doc/paint_device.txt
parent074b714e29c0bbcd2bbfc6a931e252c4c90d07a9 (diff)
downloadkoffice-49e49d1876484adcc6c4f264b44b7f4cee28acc2.tar.gz
koffice-49e49d1876484adcc6c4f264b44b7f4cee28acc2.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
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 32569728..e9411043 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;