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/the preview widget | |
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/the preview widget')
-rw-r--r-- | chalk/doc/the preview widget | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/doc/the preview widget b/chalk/doc/the preview widget index a403da86b..17ba479e7 100644 --- a/chalk/doc/the preview widget +++ b/chalk/doc/the preview widget @@ -24,7 +24,7 @@ the complete image. Options are: * Copy the image, scale it down, and then render it. Cache the scaled-down= =20 thumbnail. -* Work on the QImage of the rendered image, and apply all filters on that -= +* Work on the TQImage of the rendered image, and apply all filters on that -= =2D=20 for preview, that may be accurate enough. |