From 6dec101d43dcbd4195c47d54bd388db1a8d7230e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 17 Jun 2012 17:28:28 -0500 Subject: Automated update from Qt3 --- doc/html/ntqfile.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ntqfile.html') 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; }
  • virtual void flush ()
  • virtual Offset size () const
  • virtual bool atEnd () const
  • -
  • virtual Q_LONG readLine ( char * p, Q_ULONG maxlen )
  • -
  • Q_LONG readLine ( TQString & s, Q_ULONG maxlen )
  • +
  • virtual TQ_LONG readLine ( char * p, TQ_ULONG maxlen )
  • +
  • TQ_LONG readLine ( TQString & s, TQ_ULONG maxlen )
  • virtual int getch ()
  • virtual int putch ( int ch )
  • virtual int ungetch ( int ch )
  • @@ -391,7 +391,7 @@ Writes the character ch to the file. This convenience function returns all of the remaining data in the device. -

    Q_LONG TQFile::readLine ( char * p, Q_ULONG maxlen ) [virtual] +

    TQ_LONG TQFile::readLine ( char * p, TQ_ULONG maxlen ) [virtual]

    Reads a line of text.

    Reads bytes from the file into the char* p, until end-of-line @@ -404,7 +404,7 @@ flag.

    See also readBlock() and TQTextStream::readLine().

    Reimplemented from TQIODevice. -

    Q_LONG TQFile::readLine ( TQString & s, Q_ULONG maxlen ) +

    TQ_LONG TQFile::readLine ( TQString & s, TQ_ULONG maxlen )

    This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

    Reads a line of text. -- cgit v1.2.1