diff options
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 |