From 49e49d1876484adcc6c4f264b44b7f4cee28acc2 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 26 Sep 2023 11:50:58 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- chalk/doc/impexp.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chalk/doc/impexp.txt') 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);; -- cgit v1.2.1