From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/qtextistream.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qtextistream.html') diff --git a/doc/html/qtextistream.html b/doc/html/qtextistream.html index c157af1e2..dd06f52c5 100644 --- a/doc/html/qtextistream.html +++ b/doc/html/qtextistream.html @@ -55,7 +55,7 @@ The TQTextIStream class is a convenience class for input streams. constructor.

This class makes it easy, for example, to write things like this:

-    TQString data = "123 456";
+    TQString data = "123 456";
     int a, b;
     TQTextIStream(&data) >> a >> b;
     
@@ -63,7 +63,7 @@ constructor.

See also TQTextOStream, Input/Output and Networking, and Text Related Classes.


Member Function Documentation

-

TQTextIStream::TQTextIStream ( const TQString * s ) +

TQTextIStream::TQTextIStream ( const TQString * s )

Constructs a stream to read from the string s. -- cgit v1.2.3