summaryrefslogtreecommitdiffstats
path: root/lskat
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:39:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-25 13:39:56 +0900
commit66d008ccdda6d84f96e2aa7b64fea67735742b17 (patch)
treef57b84ad948b94094b9c4f479197b44fefcdb6d3 /lskat
parent446a628826c40489fea85f82b7d5b1cae8ff33cb (diff)
downloadtdegames-66d008ccdda6d84f96e2aa7b64fea67735742b17.tar.gz
tdegames-66d008ccdda6d84f96e2aa7b64fea67735742b17.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lskat')
-rw-r--r--lskat/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/lskat/TODO b/lskat/TODO
index 7c90f740..db5732d8 100644
--- a/lskat/TODO
+++ b/lskat/TODO
@@ -1,3 +1,3 @@
- Convert BMP graphics to PNG (done)
-- Checke QT QString-char * casting
- (Its a bit of a QCString/QString mess right now)
+- Checke QT TQString-char * casting
+ (Its a bit of a QCString/TQString mess right now)