diff options
Diffstat (limited to 'doc/html/ntqfile.html')
-rw-r--r-- | doc/html/ntqfile.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqfile.html b/doc/html/ntqfile.html index 61ebcb6a6..682aee200 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 * p, Q_ULONG maxlen )</li> -<li class=fn>Q_LONG <a href="#readLine-2"><b>readLine</b></a> ( TQString & s, Q_ULONG maxlen )</li> +<li class=fn>virtual TQ_LONG <a href="#readLine"><b>readLine</b></a> ( char * p, TQ_ULONG maxlen )</li> +<li class=fn>TQ_LONG <a href="#readLine-2"><b>readLine</b></a> ( TQString & s, TQ_ULONG 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 ch )</li> <li class=fn>virtual int <a href="#ungetch"><b>ungetch</b></a> ( int 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 * p, Q_ULONG maxlen )<tt> [virtual]</tt> +<h3 class=fn>TQ_LONG <a name="readLine"></a>TQFile::readLine ( char * p, TQ_ULONG 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> & s, Q_ULONG maxlen ) +<h3 class=fn>TQ_LONG <a name="readLine-2"></a>TQFile::readLine ( <a href="ntqstring.html">TQString</a> & s, TQ_ULONG maxlen ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Reads a line of text. |