summaryrefslogtreecommitdiffstats
path: root/lilo-config
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:53:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 20:34:48 +0900
commitb785ec22ec8bb87b55c7da20711fc59882aa7066 (patch)
tree2441a55bcee25da34f5e30e9d307e39928aa7046 /lilo-config
parentc00dde2dba4d8c67fa8ca4b56335dc1a56bbd5c8 (diff)
downloadtdeadmin-b785ec22ec8bb87b55c7da20711fc59882aa7066.tar.gz
tdeadmin-b785ec22ec8bb87b55c7da20711fc59882aa7066.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 1af67c63e33cfdc6d5414f2a8737a1670d230700)
Diffstat (limited to 'lilo-config')
-rw-r--r--lilo-config/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilo-config/README b/lilo-config/README
index db83406..464c0ef 100644
--- a/lilo-config/README
+++ b/lilo-config/README
@@ -3,7 +3,7 @@ used Linux boot loader.
Parts of the code (basically all the code that does the real work) are designed
to be UI independent (if I ever have the time, there will be a textmode
-frontend), which is why I'm using "String"s rather than "QString"s throughout
+frontend), which is why I'm using "String"s rather than "TQString"s throughout
the code. Please don't change this.
Send comments/suggestions to kde-devel@kde.org.