summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-26 10:56:43 +0900
committerMichele Calgaro <[email protected]>2023-09-27 10:50:46 +0900
commita05d3df53a072b8ec6de2173ef733eb2b5ffba6b (patch)
tree572e3484c38d351a15b2dd993385ba9d10f07240 /TODO
parent331aea35c22961d0572382816ebd66589c1a27bf (diff)
downloadlibkipi-a05d3df53a072b8ec6de2173ef733eb2b5ffba6b.tar.gz
libkipi-a05d3df53a072b8ec6de2173ef733eb2b5ffba6b.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a7b1339d13fd9421f51172013a4c990d9b5b5eae)
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index ee7d58e..460ff01 100644
--- a/TODO
+++ b/TODO
@@ -29,7 +29,7 @@ we have:
To be done:
- Implement a widget to let the user select ImageCollections. The minimal
interface should be:
- class ImageCollectionSelector : public QWidget {
+ class ImageCollectionSelector : public TQWidget {
QValueList<ImageCollection> imageCollections;
}