summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qmemarray.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qmemarray.3qt')
-rw-r--r--doc/man/man3/qmemarray.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qmemarray.3qt b/doc/man/man3/qmemarray.3qt
index 5a26651d..ef3c0871 100644
--- a/doc/man/man3/qmemarray.3qt
+++ b/doc/man/man3/qmemarray.3qt
@@ -141,7 +141,7 @@ Inherited by QByteArray and QPointArray.
.SH RELATED FUNCTION DOCUMENTATION
.in +1c
.ti -1c
-.BI "Q_UINT16 \fBqChecksum\fR ( const char * data, uint len )"
+.BI "TQ_UINT16 \fBqChecksum\fR ( const char * data, uint len )"
.br
.ti -1c
.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const QByteArray & a )"
@@ -540,7 +540,7 @@ See also Format of the QDataStream operators.
Reads a byte array into \fIa\fR from the stream \fIs\fR and returns a reference to the stream.
.PP
See also Format of the QDataStream operators.
-.SH "Q_UINT16 tqChecksum ( const char * data, uint len )"
+.SH "TQ_UINT16 tqChecksum ( const char * data, uint len )"
Returns the CRC-16 checksum of \fIlen\fR bytes starting at \fIdata\fR.
.PP
The checksum is independent of the byte order (endianness).