From 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Jul 2024 19:37:05 +0900 Subject: Rename text class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqtextstream.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqtextstream.html') diff --git a/doc/html/tqtextstream.html b/doc/html/tqtextstream.html index 62b606a1c..505aa9b1a 100644 --- a/doc/html/tqtextstream.html +++ b/doc/html/tqtextstream.html @@ -319,7 +319,7 @@ otherwise.

Sets the stream flags to f. Returns the previous stream flags.

See also setf() and unsetf(). -

TQTextStream & TQTextStream::operator<< ( TQChar c ) +

TQTextStream & TQTextStream::operator<< ( TQChar c )

Writes character char to the stream and returns a reference to the stream. @@ -407,7 +407,7 @@ This is an overloaded member function, provided for convenience. It behaves esse stream.

The ptr is output as an unsigned long hexadecimal integer. -

TQTextStream & TQTextStream::operator>> ( TQChar & c ) +

TQTextStream & TQTextStream::operator>> ( TQChar & c )

Reads a char c from the stream and returns a reference to the stream. Note that whitespace is not skipped. -- cgit v1.2.1