summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbitarray.3qt
diff options
context:
space:
mode:
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