summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqimage.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqimage.3qt')
-rw-r--r--doc/man/man3/tqimage.3qt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqimage.3qt b/doc/man/man3/tqimage.3qt
index 0923308da..7db34b273 100644
--- a/doc/man/man3/tqimage.3qt
+++ b/doc/man/man3/tqimage.3qt
@@ -293,10 +293,10 @@ TQImage \- Hardware-independent pixmap representation with direct access to the
.SH RELATED FUNCTION DOCUMENTATION
.in +1c
.ti -1c
-.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const TQImage & image )"
+.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const TQImage & image )"
.br
.ti -1c
-.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, TQImage & image )"
+.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, TQImage & image )"
.br
.ti -1c
.BI "void \fBbitBlt\fR ( TQImage * dst, int dx, int dy, const TQImage * src, int sx, int sy, int sw, int sh, int conversion_flags )"
@@ -821,7 +821,7 @@ This function writes a TQImage to the TQIODevice, \fIdevice\fR. This can be used
.br
TQByteArray ba;
.br
- QBuffer buffer( ba );
+ TQBuffer buffer( ba );
.br
buffer.open( IO_WriteOnly );
.br
@@ -1046,16 +1046,16 @@ The copying is clipped if areas outside \fIsrc\fR or \fIdst\fR are specified.
If \fIsw\fR is -1, it is adjusted to src->width(). Similarly, if \fIsh\fR is -1, it is adjusted to src->height().
.PP
Currently inefficient for non 32-bit images.
-.SH "QDataStream & operator<< ( QDataStream & s, const TQImage & image )"
+.SH "TQDataStream & operator<< ( TQDataStream & s, const TQImage & image )"
Writes the image \fIimage\fR to the stream \fIs\fR as a PNG image, or as a BMP image if the stream's version is 1.
.PP
Note that writing the stream to a file will not produce a valid image file.
.PP
-See also TQImage::save() and Format of the QDataStream operators.
-.SH "QDataStream & operator>> ( QDataStream & s, TQImage & image )"
+See also TQImage::save() and Format of the TQDataStream operators.
+.SH "TQDataStream & operator>> ( TQDataStream & s, TQImage & image )"
Reads an image from the stream \fIs\fR and stores it in \fIimage\fR.
.PP
-See also TQImage::load() and Format of the QDataStream operators.
+See also TQImage::load() and Format of the TQDataStream operators.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/tqimage.html