diff options
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 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);; |