diff options
Diffstat (limited to 'doc/man/man3/qfile.3qt')
-rw-r--r-- | doc/man/man3/qfile.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/qfile.3qt b/doc/man/man3/qfile.3qt index b06be825b..aab1c83a5 100644 --- a/doc/man/man3/qfile.3qt +++ b/doc/man/man3/qfile.3qt @@ -66,10 +66,10 @@ Inherits QIODevice. .BI "virtual bool \fBatEnd\fR () const" .br .ti -1c -.BI "virtual Q_LONG \fBreadLine\fR ( char * p, Q_ULONG maxlen )" +.BI "virtual TQ_LONG \fBreadLine\fR ( char * p, TQ_ULONG maxlen )" .br .ti -1c -.BI "Q_LONG \fBreadLine\fR ( QString & s, Q_ULONG maxlen )" +.BI "TQ_LONG \fBreadLine\fR ( QString & s, TQ_ULONG maxlen )" .br .ti -1c .BI "virtual int \fBgetch\fR ()" @@ -407,7 +407,7 @@ See also getch() and ungetch(). Reimplemented from QIODevice. .SH "QByteArray QIODevice::readAll ()\fC [virtual]\fR" This convenience function returns all of the remaining data in the device. -.SH "Q_LONG QFile::readLine ( char * p, Q_ULONG maxlen )\fC [virtual]\fR" +.SH "TQ_LONG QFile::readLine ( char * p, TQ_ULONG maxlen )\fC [virtual]\fR" Reads a line of text. .PP Reads bytes from the file into the char* \fIp\fR, until end-of-line or \fImaxlen\fR bytes have been read, whichever occurs first. Returns the number of bytes read, or -1 if there was an error. Any terminating newline is not stripped. @@ -417,7 +417,7 @@ This function is only efficient for buffered files. Avoid readLine() for files t See also readBlock() and QTextStream::readLine(). .PP Reimplemented from QIODevice. -.SH "Q_LONG QFile::readLine ( QString & s, Q_ULONG maxlen )" +.SH "TQ_LONG QFile::readLine ( QString & s, TQ_ULONG maxlen )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Reads a line of text. |