diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 13:39:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-25 20:34:33 +0900 |
commit | 0c1c90f9b03e0c9e157a14840e7552e3bcaef344 (patch) | |
tree | b560f7e57cee43845bf7a565a3f32e1249095811 /lskat/TODO | |
parent | 97aa1eeecf0cbfe017981828b94e55b9e5d2fd71 (diff) | |
download | tdegames-r14.1.1.tar.gz tdegames-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 66d008ccdda6d84f96e2aa7b64fea67735742b17)
Diffstat (limited to 'lskat/TODO')
-rw-r--r-- | lskat/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |