summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqrect.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqrect.3qt')
-rw-r--r--doc/man/man3/tqrect.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqrect.3qt b/doc/man/man3/tqrect.3qt
index 68141b0ee..0701ed63b 100644
--- a/doc/man/man3/tqrect.3qt
+++ b/doc/man/man3/tqrect.3qt
@@ -218,10 +218,10 @@ QRect \- Defines a rectangle in the plane
.BI "bool \fBoperator!=\fR ( const QRect & r1, const QRect & r2 )"
.br
.ti -1c
-.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const QRect & r )"
+.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const QRect & r )"
.br
.ti -1c
-.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, QRect & r )"
+.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, QRect & r )"
.br
.in -1c
.SH DESCRIPTION
@@ -625,16 +625,16 @@ Examples:
.SH RELATED FUNCTION DOCUMENTATION
.SH "bool operator!= ( const QRect & r1, const QRect & r2 )"
Returns TRUE if \fIr1\fR and \fIr2\fR are different; otherwise returns FALSE.
-.SH "QDataStream & operator<< ( QDataStream & s, const QRect & r )"
+.SH "TQDataStream & operator<< ( TQDataStream & s, const QRect & r )"
Writes the QRect, \fIr\fR, to the stream \fIs\fR, and returns a reference to the stream.
.PP
-See also Format of the QDataStream operators.
+See also Format of the TQDataStream operators.
.SH "bool operator== ( const QRect & r1, const QRect & r2 )"
Returns TRUE if \fIr1\fR and \fIr2\fR are equal; otherwise returns FALSE.
-.SH "QDataStream & operator>> ( QDataStream & s, QRect & r )"
+.SH "TQDataStream & operator>> ( TQDataStream & s, QRect & r )"
Reads a QRect from the stream \fIs\fR into rect \fIr\fR and returns a reference to the stream.
.PP
-See also Format of the QDataStream operators.
+See also Format of the TQDataStream operators.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/ntqrect.html