summaryrefslogtreecommitdiffstats
path: root/libkscan
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:35:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 12:35:44 +0900
commitf38a284617689a1364f9cbebb78cf637da0d2c9d (patch)
tree351e3011b85ccb5a5aa863e6f6ac8fb0f2cb38fd /libkscan
parentfb2267e3bd060fc0f3a0f567a37213d904feacbc (diff)
downloadtdegraphics-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/TODO2
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 ?