summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmemarray.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqmemarray.html')
-rw-r--r--doc/html/tqmemarray.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqmemarray.html b/doc/html/tqmemarray.html
index d93b59054..ef6b3faf6 100644
--- a/doc/html/tqmemarray.html
+++ b/doc/html/tqmemarray.html
@@ -313,7 +313,7 @@ a linear search.
<p> The array is a null array if <a href="#data">data</a>() == 0 (null pointer).
<p> <p>See also <a href="#isNull">isNull</a>().
-<p>Examples: <a href="fileiconview-example.html#x855">fileiconview/qfileiconview.cpp</a> and <a href="networkprotocol-example.html#x671">network/networkprotocol/nntp.cpp</a>.
+<p>Examples: <a href="fileiconview-example.html#x855">fileiconview/tqfileiconview.cpp</a> and <a href="networkprotocol-example.html#x671">network/networkprotocol/nntp.cpp</a>.
<h3 class=fn>void <a name="detach"></a>TQMemArray::detach ()<tt> [virtual]</tt>
</h3>
@@ -457,7 +457,7 @@ use since it is only available if TQt is built in a particular
configuration.
<p> <p>See also <a href="#size">size</a>().
-<p>Example: <a href="fileiconview-example.html#x856">fileiconview/qfileiconview.cpp</a>.
+<p>Example: <a href="fileiconview-example.html#x856">fileiconview/tqfileiconview.cpp</a>.
<h3 class=fn>bool <a name="resize-2"></a>TQMemArray::resize ( uint&nbsp;size )
</h3>
@@ -483,7 +483,7 @@ allocating memory or copying data.
static char bindata[] = { 231, 1, 44, ... };
<a href="tqbytearray.html">TQByteArray</a> a;
a.<a href="#setRawData">setRawData</a>( bindata, sizeof(bindata) ); // a points to bindata
- <a href="ntqdatastream.html">TQDataStream</a> s( a, <a href="ntqfile.html#open">IO_ReadOnly</a> ); // open on a's data
+ <a href="tqdatastream.html">TQDataStream</a> s( a, <a href="tqfile.html#open">IO_ReadOnly</a> ); // open on a's data
s &gt;&gt; &lt;something&gt;; // read raw bindata
a.<a href="#resetRawData">resetRawData</a>( bindata, sizeof(bindata) ); // finished
</pre>
@@ -528,14 +528,14 @@ otherwise returns FALSE.
<p> <p>See also <a href="#resize">resize</a>().
<hr><h2>Related Functions</h2>
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, const&nbsp;<a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;a )
+<h3 class=fn><a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-lt-lt"></a>operator&lt;&lt; ( <a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, const&nbsp;<a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;a )
</h3>
<p> Writes byte array <em>a</em> to the stream <em>s</em> and returns a reference
to the stream.
<p> <p>See also <a href="datastreamformat.html">Format of the TQDataStream operators</a>.
-<h3 class=fn><a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="ntqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;a )
+<h3 class=fn><a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp; <a name="operator-gt-gt"></a>operator&gt;&gt; ( <a href="tqdatastream.html">TQDataStream</a>&nbsp;&amp;&nbsp;s, <a href="tqbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;a )
</h3>
<p> Reads a byte array into <em>a</em> from the stream <em>s</em> and returns a