diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqimageio.3qt | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqimageio.3qt')
-rw-r--r-- | doc/man/man3/tqimageio.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqimageio.3qt b/doc/man/man3/tqimageio.3qt index d47dba176..e19963090 100644 --- a/doc/man/man3/tqimageio.3qt +++ b/doc/man/man3/tqimageio.3qt @@ -111,7 +111,7 @@ TQImageIO contains a TQIODevice object that is used for image data I/O. The prog .PP Qt currently supports the following image file formats: PNG, BMP, XBM, XPM and PNM. It may also support JPEG, MNG and GIF, if specially configured during compilation. The different PNM formats are: PBM (P1 or P4), PGM (P2 or P5), and PPM (P3 or P6). .PP -You don't normally need to use this class; QPixmap::load(), QPixmap::save(), and TQImage contain sufficient functionality. +You don't normally need to use this class; TQPixmap::load(), TQPixmap::save(), and TQImage contain sufficient functionality. .PP For image files that contain sequences of images, only the first is read. See TQMovie for loading multiple images. .PP @@ -121,7 +121,7 @@ PBM, PGM, and PPM format \fIoutput\fR is always in the more condensed raw format .PP GIF support may be removed completely in a future version of Qt. We recommend using the PNG format. .PP -See also TQImage, QPixmap, TQFile, TQMovie, Graphics Classes, Image Processing Classes, and Input/Output and Networking. +See also TQImage, TQPixmap, TQFile, TQMovie, Graphics Classes, Image Processing Classes, and Input/Output and Networking. .SH MEMBER FUNCTION DOCUMENTATION .SH "TQImageIO::TQImageIO ()" Constructs a TQImageIO object with all parameters set to zero. @@ -243,7 +243,7 @@ Example: .br TQImageIO iio; .br - QPixmap pixmap; + TQPixmap pixmap; .br iio.setFileName( "vegeburger.bmp" ); .br @@ -253,7 +253,7 @@ Example: .br .fi .PP -See also setIODevice(), setFileName(), setFormat(), write(), and QPixmap::load(). +See also setIODevice(), setFileName(), setFormat(), write(), and TQPixmap::load(). .SH "void TQImageIO::setDescription ( const TQString & description )" Sets the image description string for image handlers that support image descriptions to \fIdescription\fR. .PP @@ -337,7 +337,7 @@ Example: .br .fi .PP -See also setIODevice(), setFileName(), setFormat(), read(), and QPixmap::save(). +See also setIODevice(), setFileName(), setFormat(), read(), and TQPixmap::save(). .SH "SEE ALSO" .BR http://doc.trolltech.com/tqimageio.html |