summaryrefslogtreecommitdiffstats
path: root/doc/html/qbytearray.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/html/qbytearray.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz
tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 2cad08230..f775ec1a8 100644
--- a/doc/html/qbytearray.html
+++ b/doc/html/qbytearray.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/qcstring.cpp:488 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/tqcstring.cpp:488 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -34,10 +34,10 @@ body { background: #ffffff; color: black; }
<p>The TQByteArray class provides an array of bytes.
<a href="#details">More...</a>
<p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p>
-<p><tt>#include &lt;<a href="qcstring-h.html">ntqcstring.h</a>&gt;</tt>
-<p>Inherits <a href="ntqmemarray.html">TQMemArray</a>&lt;char&gt;.
-<p>Inherited by <a href="ntqbitarray.html">TQBitArray</a> and <a href="ntqcstring.html">TQCString</a>.
-<p><a href="qbytearray-members.html">List of all member functions.</a>
+<p><tt>#include &lt;<a href="tqcstring-h.html">tqcstring.h</a>&gt;</tt>
+<p>Inherits <a href="tqmemarray.html">TQMemArray</a>&lt;char&gt;.
+<p>Inherited by <a href="tqbitarray.html">TQBitArray</a> and <a href="tqcstring.html">TQCString</a>.
+<p><a href="tqbytearray-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
<li class=fn><a href="#TQByteArray"><b>TQByteArray</b></a> ()</li>
@@ -59,7 +59,7 @@ The TQByteArray class provides an array of bytes.
<p> The TQByteArray class provides an <a href="shclass.html#explicitly-shared">explicitly shared</a> array of bytes.
It is useful for manipulating memory areas with custom data.
-TQByteArray is implemented as a <a href="ntqmemarray.html">TQMemArray</a>&lt;char&gt;. See the <a href="ntqmemarray.html">TQMemArray</a> documentation for further information.
+TQByteArray is implemented as a <a href="tqmemarray.html">TQMemArray</a>&lt;char&gt;. See the <a href="tqmemarray.html">TQMemArray</a> documentation for further information.
<p>See also <a href="collection.html">Collection Classes</a> and <a href="tools.html">Non-GUI Classes</a>.
<hr><h2>Member Function Documentation</h2>
@@ -74,7 +74,7 @@ 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>tqCompress ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
+<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="qCompress"></a>tqCompress ( const&nbsp;<a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
</h3>
<p>
@@ -82,14 +82,14 @@ TQByteArray is implemented as a <a href="ntqmemarray.html">TQMemArray</a>&lt;cha
array using zlib.
<p> <p>See also <a href="#qUncompress">tqUncompress</a>().
-<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 class=fn><a href="tqbytearray.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>tqUncompress ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
+<h3 class=fn><a href="tqbytearray.html">TQByteArray</a> <a name="qUncompress"></a>tqUncompress ( const&nbsp;<a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
</h3>
<p>
@@ -99,7 +99,7 @@ array.
<p> <p>See also <a href="#qCompress">tqCompress</a>().
-<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 class=fn><a href="tqbytearray.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.