summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:49:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:49:06 +0900
commit24ad61649cce895654c4a90a8a2a72163caca2f4 (patch)
tree275978f55479c5f8a844e909fd2997fc5d0ffa1a
parent318e3e3a6243cbfe01d25f679ca5f1ed07bb06e0 (diff)
downloadtork-24ad6164.tar.gz
tork-24ad6164.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 425b3e4..13d112a 100644
--- a/TODO
+++ b/TODO
@@ -56,7 +56,7 @@ use).
<kcfgfile arg="true"/>
- TorkConfig::instance(QString());
+ TorkConfig::instance(TQString());
delete TorkConfig::self();
TorkConfig::instance(configurationFile);
TorkConfig* config = TorkConfig::self();