summaryrefslogtreecommitdiffstats
path: root/kdat
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 /kdat
parentc00dde2dba4d8c67fa8ca4b56335dc1a56bbd5c8 (diff)
downloadtdeadmin-r14.1.1.tar.gz
tdeadmin-r14.1.1.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 'kdat')
-rw-r--r--kdat/TODO4
1 files changed, 2 insertions, 2 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()