diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 12:35:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 18:07:15 +0900 |
commit | f8a7bcd4607ef9201d346c0b7fdab69460bf5125 (patch) | |
tree | ddf60eb0b4039d467b04b36a6972510c9acf5690 /kooka | |
parent | 5b01906be78f84a3b0caa599aff14723ad356ca4 (diff) | |
download | tdegraphics-f8a7bcd4607ef9201d346c0b7fdab69460bf5125.tar.gz tdegraphics-f8a7bcd4607ef9201d346c0b7fdab69460bf5125.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f38a284617689a1364f9cbebb78cf637da0d2c9d)
Diffstat (limited to 'kooka')
-rw-r--r-- | kooka/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/README b/kooka/README index 8ae6fa54..1f5d6d10 100644 --- a/kooka/README +++ b/kooka/README @@ -55,7 +55,7 @@ support all, even not very common options, some scanners offer. Lets see what is necessary and makes sense for the purpose of Kooka. * Kooka does not yet have a strategy for very large images :(. It uses -the Qt QImage/QPixmap as is. On some displays, that causes problems. +the Qt TQImage/QPixmap as is. On some displays, that causes problems. * Automatic document feeder (ADF) support is not yet working correctly. |