diff options
Diffstat (limited to 'doc/html/ntqmemarray.html')
-rw-r--r-- | doc/html/ntqmemarray.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqmemarray.html b/doc/html/ntqmemarray.html index 32f1e2519..c20eeb6c3 100644 --- a/doc/html/ntqmemarray.html +++ b/doc/html/ntqmemarray.html @@ -84,7 +84,7 @@ body { background: #ffffff; color: black; } </ul> <h2>Related Functions</h2> <ul> -<li class=fn>Q_UINT16 <a href="#qChecksum"><b>qChecksum</b></a> ( const char * data, uint len )</li> +<li class=fn>TQ_UINT16 <a href="#qChecksum"><b>qChecksum</b></a> ( const char * data, uint len )</li> <li class=fn>TQDataStream & <a href="#operator-lt-lt"><b>operator<<</b></a> ( TQDataStream & s, const TQByteArray & a )</li> <li class=fn>TQDataStream & <a href="#operator-gt-gt"><b>operator>></b></a> ( TQDataStream & s, TQByteArray & a )</li> </ul> @@ -542,7 +542,7 @@ to the stream. reference to the stream. <p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>. -<h3 class=fn>Q_UINT16 <a name="qChecksum"></a>qChecksum ( const char * data, uint len ) +<h3 class=fn>TQ_UINT16 <a name="qChecksum"></a>qChecksum ( const char * data, uint len ) </h3> <p> Returns the CRC-16 checksum of <em>len</em> bytes starting at <em>data</em>. |