summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqimage.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 15:42:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 23:33:47 +0900
commit089d5266f0fbf9be6612e9c5f92a3f008f29241c (patch)
treee2c5625c37ba83b0848bbb212a45995ceec84139 /doc/man/man3/tqimage.3qt
parentd21227053cca7f565e2473a3fc0f8f8a07b298c2 (diff)
downloadtqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.tar.gz
tqt3-089d5266f0fbf9be6612e9c5f92a3f008f29241c.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqimage.3qt')
-rw-r--r--doc/man/man3/tqimage.3qt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqimage.3qt b/doc/man/man3/tqimage.3qt
index 8adf1e62..d7b37bc0 100644
--- a/doc/man/man3/tqimage.3qt
+++ b/doc/man/man3/tqimage.3qt
@@ -527,7 +527,7 @@ Returns \fC*this\fR if \fIdepth\fR is equal to the image depth, or a null image
.PP
If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the \fIconversion_flags\fR to specify how you'd prefer this to happen.
.PP
-See also Qt::ImageConversionFlags, depth(), and isNull().
+See also TQt::ImageConversionFlags, depth(), and isNull().
.SH "TQImage TQImage::convertDepth ( int depth ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.SH "TQImage TQImage::convertDepthWithPalette ( int d, TQRgb * palette, int palette_count, int conversion_flags = 0 ) const"
@@ -539,7 +539,7 @@ Note: currently no closest-color search is made. If colors are found that are no
.PP
Currently inefficient for non-32-bit images.
.PP
-See also Qt::ImageConversionFlags.
+See also TQt::ImageConversionFlags.
.SH "TQImage TQImage::copy () const"
Returns a deep copy of the image.
.PP
@@ -553,7 +553,7 @@ The returned image is always \fIw\fR by \fIh\fR pixels in size, and is copied fr
.PP
If the image needs to be modified to fit in a lower-resolution result (e.g. converting from 32-bit to 8-bit), use the \fIconversion_flags\fR to specify how you'd prefer this to happen.
.PP
-See also bitBlt() and Qt::ImageConversionFlags.
+See also bitBlt() and TQt::ImageConversionFlags.
.SH "TQImage TQImage::copy ( const QRect & r ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP