summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsize.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqsize.3qt
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz
tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsize.3qt')
-rw-r--r--doc/man/man3/tqsize.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqsize.3qt b/doc/man/man3/tqsize.3qt
index 510dba35..b71bc08c 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