diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-26 11:50:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-28 11:41:17 +0900 |
commit | 7cec1c0edd5e9103470f05af4e8403c3ace08780 (patch) | |
tree | d7058008da5066e2b9c232c7d5b7e7e33294df35 /chalk/doc/impexp.txt | |
parent | c5457738148661c46793712f2b3bfdf86654e298 (diff) | |
download | koffice-r14.1.1.tar.gz koffice-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 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
Diffstat (limited to 'chalk/doc/impexp.txt')
-rw-r--r-- | chalk/doc/impexp.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chalk/doc/impexp.txt b/chalk/doc/impexp.txt index 123807dc8..ec4673ea1 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);; |