diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:38:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:04:20 +0900 |
commit | e37a0bcc134930715cc1e1999029a472b667543c (patch) | |
tree | aa398690993b116f776720023dcfc38fe5905200 /kig/DESIGN | |
parent | c23828a3671154d5cdb86143f4ff66359d773938 (diff) | |
download | tdeedu-e37a0bcc134930715cc1e1999029a472b667543c.tar.gz tdeedu-e37a0bcc134930715cc1e1999029a472b667543c.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 b803249430e4b183c8bf853c6c0147e796b19425)
Diffstat (limited to 'kig/DESIGN')
-rw-r--r-- | kig/DESIGN | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |