diff options
Diffstat (limited to 'doc/html/qtextistream.html')
-rw-r--r-- | doc/html/qtextistream.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qtextistream.html b/doc/html/qtextistream.html index efaba34ae..c157af1e2 100644 --- a/doc/html/qtextistream.html +++ b/doc/html/qtextistream.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQTextIStream class is a convenience class for input streams. <a href="#details">More...</a> <p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when TQt is built with thread support.</p> -<p><tt>#include <<a href="qtextstream-h.html">qtextstream.h</a>></tt> -<p>Inherits <a href="qtextstream.html">TQTextStream</a>. +<p><tt>#include <<a href="qtextstream-h.html">ntqtextstream.h</a>></tt> +<p>Inherits <a href="ntqtextstream.html">TQTextStream</a>. <p><a href="qtextistream-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -51,11 +51,11 @@ The TQTextIStream class is a convenience class for input streams. <p> <p> This class provides a shorthand for creating simple input -<a href="qtextstream.html">TQTextStream</a>s without having to pass a <em>mode</em> argument to the +<a href="ntqtextstream.html">TQTextStream</a>s without having to pass a <em>mode</em> argument to the constructor. <p> This class makes it easy, for example, to write things like this: <pre> - <a href="qstring.html">TQString</a> data = "123 456"; + <a href="ntqstring.html">TQString</a> data = "123 456"; int a, b; <a href="#TQTextIStream">TQTextIStream</a>(&data) >> a >> b; </pre> @@ -63,7 +63,7 @@ constructor. <p> <p>See also <a href="qtextostream.html">TQTextOStream</a>, <a href="io.html">Input/Output and Networking</a>, and <a href="text.html">Text Related Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQTextIStream"></a>TQTextIStream::TQTextIStream ( const <a href="qstring.html">TQString</a> * s ) +<h3 class=fn><a name="TQTextIStream"></a>TQTextIStream::TQTextIStream ( const <a href="ntqstring.html">TQString</a> * s ) </h3> <p> Constructs a stream to read from the string <em>s</em>. |