diff options
Diffstat (limited to 'doc/man/man3/tqimage.3qt')
-rw-r--r-- | doc/man/man3/tqimage.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqimage.3qt b/doc/man/man3/tqimage.3qt index 8adf1e627..d7b37bc0e 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 |