summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqimageio.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqimageio.3qt
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqimageio.3qt')
-rw-r--r--doc/man/man3/tqimageio.3qt8
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.