diff options
Diffstat (limited to 'doc/man/man3/tqimageio.3qt')
-rw-r--r-- | doc/man/man3/tqimageio.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqimageio.3qt b/doc/man/man3/tqimageio.3qt index ac7bac416..327ed5ffd 100644 --- a/doc/man/man3/tqimageio.3qt +++ b/doc/man/man3/tqimageio.3qt @@ -95,10 +95,10 @@ TQImageIO \- Parameters for loading and saving images .BI "const char * \fBimageFormat\fR ( TQIODevice * d )" .br .ti -1c -.BI "QStrList \fBinputFormats\fR ()" +.BI "TQStrList \fBinputFormats\fR ()" .br .ti -1c -.BI "QStrList \fBoutputFormats\fR ()" +.BI "TQStrList \fBoutputFormats\fR ()" .br .ti -1c .BI "void \fBdefineIOHandler\fR ( const char * format, const char * header, const char * flags, image_io_handler readImage, image_io_handler writeImage )" @@ -210,13 +210,13 @@ Returns a string that specifies the image format of the image read from IO devic Make sure that \fId\fR is at the right position in the device (for example, at the beginning of the file). .PP See also TQIODevice::at(). -.SH "QStrList TQImageIO::inputFormats ()\fC [static]\fR" +.SH "TQStrList TQImageIO::inputFormats ()\fC [static]\fR" Returns a sorted list of image formats that are supported for image input. .SH "TQIODevice * TQImageIO::ioDevice () const" Returns the IO device currently set. .PP See also setIODevice(). -.SH "QStrList TQImageIO::outputFormats ()\fC [static]\fR" +.SH "TQStrList TQImageIO::outputFormats ()\fC [static]\fR" Returns a sorted list of image formats that are supported for image output. .PP Example: scribble/scribble.cpp. |