diff options
Diffstat (limited to 'doc/man/man3/tqsize.3qt')
-rw-r--r-- | doc/man/man3/tqsize.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqsize.3qt b/doc/man/man3/tqsize.3qt index 510dba354..b71bc08c4 100644 --- a/doc/man/man3/tqsize.3qt +++ b/doc/man/man3/tqsize.3qt @@ -116,10 +116,10 @@ TQSize \- Defines the size of a two-dimensional object .BI "const TQSize \fBoperator/\fR ( const TQSize & s, double c )" .br .ti -1c -.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const TQSize & sz )" +.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const TQSize & sz )" .br .ti -1c -.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, TQSize & sz )" +.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, TQSize & sz )" .br .in -1c .SH DESCRIPTION @@ -333,16 +333,16 @@ This is an overloaded member function, provided for convenience. It behaves esse Divides \fIs\fR by \fIc\fR and returns the result. .PP Note that the result is truncated. -.SH "QDataStream & operator<< ( QDataStream & s, const TQSize & sz )" +.SH "TQDataStream & operator<< ( TQDataStream & s, const TQSize & sz )" Writes the size \fIsz\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 TQSize & s1, const TQSize & s2 )" Returns TRUE if \fIs1\fR and \fIs2\fR are equal; otherwise returns FALSE. -.SH "QDataStream & operator>> ( QDataStream & s, TQSize & sz )" +.SH "TQDataStream & operator>> ( TQDataStream & s, TQSize & sz )" Reads the size from the stream \fIs\fR into size \fIsz\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/tqsize.html |