From 1af67c63e33cfdc6d5414f2a8737a1670d230700 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 --- kdat/TODO | 4 ++-- lilo-config/README | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kdat/TODO b/kdat/TODO index 407f6ca..74d4dab 100644 --- a/kdat/TODO +++ b/kdat/TODO @@ -210,7 +210,7 @@ c/o rolandg at onlinehome.de: 2001-08-01 These are possible sources of bugs: -1) don't return 0 instead of a null QString +1) don't return 0 instead of a null TQString (e.g., BackupProfile::getWorkingDirectory()) 2) don't test for FALSE predicate values with !(). Use == FALSE instead. @@ -218,7 +218,7 @@ c/o rolandg at onlinehome.de: _relativeFiles.remove(_relativeFiles.first()) Instead, separate the two: - QString my_first = _relativeFiles.first(); + TQString my_first = _relativeFiles.first(); _relativeFiles.remove( my_first ); This may be important with any call to .remove() 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.3