summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqbuffer.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqbuffer.html')
-rw-r--r--doc/html/ntqbuffer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqbuffer.html b/doc/html/ntqbuffer.html
index 7f0714de..2b208c29 100644
--- a/doc/html/ntqbuffer.html
+++ b/doc/html/ntqbuffer.html
@@ -44,8 +44,8 @@ body { background: #ffffff; color: black; }
<li class=fn><a href="#~TQBuffer"><b>~TQBuffer</b></a> ()</li>
<li class=fn>TQByteArray <a href="#buffer"><b>buffer</b></a> () const</li>
<li class=fn>bool <a href="#setBuffer"><b>setBuffer</b></a> ( TQByteArray&nbsp;buf )</li>
-<li class=fn>virtual Q_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;p, Q_ULONG&nbsp;len )</li>
-<li class=fn>Q_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data )</li>
+<li class=fn>virtual TQ_LONG <a href="#writeBlock"><b>writeBlock</b></a> ( const&nbsp;char&nbsp;*&nbsp;p, TQ_ULONG&nbsp;len )</li>
+<li class=fn>TQ_LONG <a href="#writeBlock-2"><b>writeBlock</b></a> ( const&nbsp;TQByteArray&nbsp;&amp;&nbsp;data )</li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
@@ -120,7 +120,7 @@ Replaces the buffer's contents with <em>buf</em> and returns TRUE.
modified because <a href="qbytearray.html">TQByteArray</a> is an <a href="shclass.html#explicitly-shared">explicitly shared</a> class.
<p> <p>See also <a href="#buffer">buffer</a>(), <a href="ntqiodevice.html#open">open</a>(), and <a href="ntqiodevice.html#close">close</a>().
-<h3 class=fn>Q_LONG <a name="writeBlock"></a>TQBuffer::writeBlock ( const&nbsp;char&nbsp;*&nbsp;p, Q_ULONG&nbsp;len )<tt> [virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="writeBlock"></a>TQBuffer::writeBlock ( const&nbsp;char&nbsp;*&nbsp;p, TQ_ULONG&nbsp;len )<tt> [virtual]</tt>
</h3>
Writes <em>len</em> bytes from <em>p</em> into the buffer at the current
index position, overwriting any characters there and extending the
@@ -129,7 +129,7 @@ buffer if necessary. Returns the number of bytes actually written.
<p> <p>See also <a href="ntqiodevice.html#readBlock">readBlock</a>().
<p>Reimplemented from <a href="ntqiodevice.html#writeBlock">TQIODevice</a>.
-<h3 class=fn>Q_LONG <a name="writeBlock-2"></a>TQBuffer::writeBlock ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
+<h3 class=fn>TQ_LONG <a name="writeBlock-2"></a>TQBuffer::writeBlock ( const&nbsp;<a href="qbytearray.html">TQByteArray</a>&nbsp;&amp;&nbsp;data )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This convenience function is the same as calling