From 252a2ec8b0f0f9cf20c947737087b24a8185b588 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 10 Jul 2024 18:56:16 +0900 Subject: Rename IO and network class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/man/man3/tqsize.3qt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/man/man3/tqsize.3qt') 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 -- cgit v1.2.1