diff options
author | Michele Calgaro <[email protected]> | 2023-09-25 12:35:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-25 18:07:15 +0900 |
commit | f8a7bcd4607ef9201d346c0b7fdab69460bf5125 (patch) | |
tree | ddf60eb0b4039d467b04b36a6972510c9acf5690 /libkscan | |
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 <[email protected]>
(cherry picked from commit f38a284617689a1364f9cbebb78cf637da0d2c9d)
Diffstat (limited to 'libkscan')
-rw-r--r-- | libkscan/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkscan/TODO b/libkscan/TODO index 5dd0a652..9ce04461 100644 --- a/libkscan/TODO +++ b/libkscan/TODO @@ -12,7 +12,7 @@ Our TODO List: - the gui functionality KDE 2.x - features. - KDE-features at all ! The whole stuff does not use any KDE-funcitonality, only Qt. What about having a Version which compiles without KDE ? .o0( Good idea to think about ? ) - - attention to drop QString where possible, and I think, its possible where SANE-stuff is + - attention to drop TQString where possible, and I think, its possible where SANE-stuff is used. - I18N-functions. In resource.h, I defined a macro I18N which does not much by now. I tried to place it around strings to prepare for real I18N treatment. How is that done ? |