summaryrefslogtreecommitdiffstats
path: root/chalk/doc/impexp.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-26 11:50:58 +0900
committerMichele Calgaro <[email protected]>2023-09-26 11:50:58 +0900
commit49e49d1876484adcc6c4f264b44b7f4cee28acc2 (patch)
tree1304c6506aae240b499e2a2db3779186c07e3708 /chalk/doc/impexp.txt
parent074b714e29c0bbcd2bbfc6a931e252c4c90d07a9 (diff)
downloadkoffice-49e49d1876484adcc6c4f264b44b7f4cee28acc2.tar.gz
koffice-49e49d1876484adcc6c4f264b44b7f4cee28acc2.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'chalk/doc/impexp.txt')
-rw-r--r--chalk/doc/impexp.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/doc/impexp.txt b/chalk/doc/impexp.txt
index 123807dc..ec4673ea 100644
--- a/chalk/doc/impexp.txt
+++ b/chalk/doc/impexp.txt
@@ -7,7 +7,7 @@ Additionally, export is broken and even when working, only supported exporting
to images with one layer.
Kimgio is not suitable for Chalk since it only supports importing images as one
-QImage.
+TQImage.
The new design should support plugins instead of hardcoded filters, so we can
add an ImageMagick plugin, an openExr plugin or any other kind of image readers.
@@ -35,7 +35,7 @@ a file, such as exif data or TIFF tags and that we should be able to save.
KisAnnotation
- KisAnnotation(QString type, QString annotation);
- KisAnnotation(QString type, QByteArray annotation);;
+ KisAnnotation(TQString type, TQString annotation);
+ KisAnnotation(TQString type, QByteArray annotation);;