summaryrefslogtreecommitdiffstats
path: root/kig
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:38:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:38:31 +0900
commitb803249430e4b183c8bf853c6c0147e796b19425 (patch)
tree08e057f3a8702ec76719f407147d7308ea50f5a4 /kig
parent095dafcd2b49dcd7e109b541772001bbe3ccb834 (diff)
downloadtdeedu-b803249430e4b183c8bf853c6c0147e796b19425.tar.gz
tdeedu-b803249430e4b183c8bf853c6c0147e796b19425.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kig')
-rw-r--r--kig/DESIGN2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/DESIGN b/kig/DESIGN
index 0de0c986..69837b23 100644
--- a/kig/DESIGN
+++ b/kig/DESIGN
@@ -150,7 +150,7 @@ way. I will explain all the classes involved.
First of all, there is the TextImp class. It is an ObjectImp (
cf. supra ), and thus represents a piece of text that can be drawn on
-the document. It contains a QString ( the text to be shown ), a
+the document. It contains a TQString ( the text to be shown ), a
coordinate ( the location to draw it ), and a boolean saying whether a
frame should be drawn around it. As with all ObjectImp's, it does not
contain any code for calculating it, or how it behaves on user input.