diff options
author | Michele Calgaro <[email protected]> | 2023-09-26 10:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-26 10:56:43 +0900 |
commit | a7b1339d13fd9421f51172013a4c990d9b5b5eae (patch) | |
tree | 6748b1e0a8101c61237b63589e123d921fd42afd /TODO | |
parent | 18375c775fc3257e809cd68730035c93aa8fc8c6 (diff) | |
download | libkipi-a7b1339d13fd9421f51172013a4c990d9b5b5eae.tar.gz libkipi-a7b1339d13fd9421f51172013a4c990d9b5b5eae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |