From b785ec22ec8bb87b55c7da20711fc59882aa7066 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 25 Sep 2023 13:53:32 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro (cherry picked from commit 1af67c63e33cfdc6d5414f2a8737a1670d230700) --- lilo-config/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lilo-config') 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. -- cgit v1.2.1