summaryrefslogtreecommitdiffstats
path: root/doc/html/qbytearray.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qbytearray.html')
-rw-r--r--doc/html/qbytearray.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qbytearray.html b/doc/html/qbytearray.html
index b9aa987c1..2cad08230 100644
--- a/doc/html/qbytearray.html
+++ b/doc/html/qbytearray.html
@@ -45,10 +45,10 @@ body { background: #ffffff; color: black; }
</ul>
<h2>Related Functions</h2>
<ul>
-<li class=fn>TQByteArray <a href="#qCompress"><b>qCompress</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data )</li>
-<li class=fn>TQByteArray <a href="#qCompress-2"><b>qCompress</b></a> ( const&nbsp;uchar&nbsp;*&nbsp;data, int&nbsp;nbytes )</li>
-<li class=fn>TQByteArray <a href="#qUncompress"><b>qUncompress</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data )</li>
-<li class=fn>TQByteArray <a href="#qUncompress-2"><b>qUncompress</b></a> ( const&nbsp;uchar&nbsp;*&nbsp;data, int&nbsp;nbytes )</li>
+<li class=fn>TQByteArray <a href="#qCompress"><b>tqCompress</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data )</li>
+<li class=fn>TQByteArray <a href="#qCompress-2"><b>tqCompress</b></a> ( const&nbsp;uchar&nbsp;*&nbsp;data, int&nbsp;nbytes )</li>
+<li class=fn>TQByteArray <a href="#qUncompress"><b>tqUncompress</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data )</li>
+<li class=fn>TQByteArray <a href="#qUncompress-2"><b>tqUncompress</b></a> ( const&nbsp;uchar&nbsp;*&nbsp;data, int&nbsp;nbytes )</li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
@@ -74,22 +74,22 @@ TQByteArray is implemented as a <a href="ntqmemarray.html">TQMemArray</a>&lt;cha
<p> Constructs a TQByteArray of size <em>size</em>.
<hr><h2>Related Functions</h2>
-<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qCompress"></a>qCompress ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
+<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qCompress"></a>tqCompress ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
</h3>
<p>
<p> Compresses the array <em>data</em> and returns the compressed byte
array using zlib.
-<p> <p>See also <a href="#qUncompress">qUncompress</a>().
+<p> <p>See also <a href="#qUncompress">tqUncompress</a>().
-<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qCompress-2"></a>qCompress ( const&nbsp;uchar&nbsp;*&nbsp;data, int&nbsp;nbytes )
+<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qCompress-2"></a>tqCompress ( const&nbsp;uchar&nbsp;*&nbsp;data, int&nbsp;nbytes )
</h3>
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Compresses the array <em>data</em> which is <em>nbytes</em> long and returns the
compressed byte array.
-<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qUncompress"></a>qUncompress ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
+<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qUncompress"></a>tqUncompress ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
</h3>
<p>
@@ -97,9 +97,9 @@ compressed byte array.
array.
<p> Returns an empty TQByteArray if the input data was corrupt.
-<p> <p>See also <a href="#qCompress">qCompress</a>().
+<p> <p>See also <a href="#qCompress">tqCompress</a>().
-<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qUncompress-2"></a>qUncompress ( const&nbsp;uchar&nbsp;*&nbsp;data, int&nbsp;nbytes )
+<h3 class=fn><a href="qbytearray.html">TQByteArray</a> <a name="qUncompress-2"></a>tqUncompress ( const&nbsp;uchar&nbsp;*&nbsp;data, int&nbsp;nbytes )
</h3>
<p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function.