summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbitarray.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-10 18:56:16 +0900
committerMichele Calgaro <[email protected]>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/man/man3/tqbitarray.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 <[email protected]>
Diffstat (limited to 'doc/man/man3/tqbitarray.3qt')
-rw-r--r--doc/man/man3/tqbitarray.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqbitarray.3qt b/doc/man/man3/tqbitarray.3qt
index 498f6edd0..1c3bbb462 100644
--- a/doc/man/man3/tqbitarray.3qt
+++ b/doc/man/man3/tqbitarray.3qt
@@ -93,10 +93,10 @@ Inherits TQByteArray.
.BI "TQBitArray \fBoperator^\fR ( const TQBitArray & a1, const TQBitArray & a2 )"
.br
.ti -1c
-.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const TQBitArray & a )"
+.BI "TQDataStream & \fBoperator<<\fR ( TQDataStream & s, const TQBitArray & a )"
.br
.ti -1c
-.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, TQBitArray & a )"
+.BI "TQDataStream & \fBoperator>>\fR ( TQDataStream & s, TQBitArray & a )"
.br
.in -1c
.SH DESCRIPTION
@@ -325,14 +325,14 @@ Returns the AND result between the bit arrays \fIa1\fR and \fIa2\fR.
The result has the length of the longest of the two bit arrays, with any missing bits (i.e. if one array is shorter than the other), taken to be 0.
.PP
See also TQBitArray::operator&=().
-.SH "QDataStream & operator<< ( QDataStream & s, const TQBitArray & a )"
+.SH "TQDataStream & operator<< ( TQDataStream & s, const TQBitArray & a )"
Writes bit array \fIa\fR to stream \fIs\fR.
.PP
-See also Format of the QDataStream operators.
-.SH "QDataStream & operator>> ( QDataStream & s, TQBitArray & a )"
+See also Format of the TQDataStream operators.
+.SH "TQDataStream & operator>> ( TQDataStream & s, TQBitArray & a )"
Reads a bit array into \fIa\fR from stream \fIs\fR.
.PP
-See also Format of the QDataStream operators.
+See also Format of the TQDataStream operators.
.SH "TQBitArray operator^ ( const TQBitArray & a1, const TQBitArray & a2 )"
Returns the XOR result between the bit arrays \fIa1\fR and \fIa2\fR.
.PP