summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqfile.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqfile.html')
-rw-r--r--doc/html/ntqfile.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqfile.html b/doc/html/ntqfile.html
index 61ebcb6a..682aee20 100644
--- a/doc/html/ntqfile.html
+++ b/doc/html/ntqfile.html
@@ -55,8 +55,8 @@ body { background: #ffffff; color: black; }
<li class=fn>virtual void <a href="#flush"><b>flush</b></a> ()</li>
<li class=fn>virtual Offset <a href="#size"><b>size</b></a> () const</li>
<li class=fn>virtual bool <a href="#atEnd"><b>atEnd</b></a> () const</li>
-<li class=fn>virtual Q_LONG <a href="#readLine"><b>readLine</b></a> ( char&nbsp;*&nbsp;p, Q_ULONG&nbsp;maxlen )</li>
-<li class=fn>Q_LONG <a href="#readLine-2"><b>readLine</b></a> ( TQString&nbsp;&amp;&nbsp;s, Q_ULONG&nbsp;maxlen )</li>
+<li class=fn>virtual TQ_LONG <a href="#readLine"><b>readLine</b></a> ( char&nbsp;*&nbsp;p, TQ_ULONG&nbsp;maxlen )</li>
+<li class=fn>TQ_LONG <a href="#readLine-2"><b>readLine</b></a> ( TQString&nbsp;&amp;&nbsp;s, TQ_ULONG&nbsp;maxlen )</li>
<li class=fn>virtual int <a href="#getch"><b>getch</b></a> ()</li>
<li class=fn>virtual int <a href="#putch"><b>putch</b></a> ( int&nbsp;ch )</li>
<li class=fn>virtual int <a href="#ungetch"><b>ungetch</b></a> ( int&nbsp;ch )</li>
@@ -391,7 +391,7 @@ Writes the character <em>ch</em> to the file.
This convenience function returns all of the remaining data in the
device.
-<h3 class=fn>Q_LONG <a name="readLine"></a>TQFile::readLine ( char&nbsp;*&nbsp;p, Q_ULONG&nbsp;maxlen )<tt> [virtual]</tt>
+<h3 class=fn>TQ_LONG <a name="readLine"></a>TQFile::readLine ( char&nbsp;*&nbsp;p, TQ_ULONG&nbsp;maxlen )<tt> [virtual]</tt>
</h3>
Reads a line of text.
<p> Reads bytes from the file into the char* <em>p</em>, until end-of-line
@@ -404,7 +404,7 @@ flag.
<p> <p>See also <a href="ntqiodevice.html#readBlock">readBlock</a>() and <a href="ntqtextstream.html#readLine">TQTextStream::readLine</a>().
<p>Reimplemented from <a href="ntqiodevice.html#readLine">TQIODevice</a>.
-<h3 class=fn>Q_LONG <a name="readLine-2"></a>TQFile::readLine ( <a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, Q_ULONG&nbsp;maxlen )
+<h3 class=fn>TQ_LONG <a name="readLine-2"></a>TQFile::readLine ( <a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, TQ_ULONG&nbsp;maxlen )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Reads a line of text.