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 12:35:44 +0900 |
commit | f38a284617689a1364f9cbebb78cf637da0d2c9d (patch) | |
tree | 351e3011b85ccb5a5aa863e6f6ac8fb0f2cb38fd /libkscan | |
parent | fb2267e3bd060fc0f3a0f567a37213d904feacbc (diff) | |
download | tdegraphics-f38a284617689a1364f9cbebb78cf637da0d2c9d.tar.gz tdegraphics-f38a284617689a1364f9cbebb78cf637da0d2c9d.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 '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 ? |