diff options
Diffstat (limited to 'doc/html/qtextostream.html')
-rw-r--r-- | doc/html/qtextostream.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qtextostream.html b/doc/html/qtextostream.html index e56fcf4ee..e01b3afb3 100644 --- a/doc/html/qtextostream.html +++ b/doc/html/qtextostream.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQTextOStream class is a convenience class for output 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="qtextostream-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -51,18 +51,18 @@ The TQTextOStream class is a convenience class for output streams. <p> <p> This class provides a shorthand for creating simple output -<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 makes it easy for example, to write things like this: <pre> - <a href="qstring.html">TQString</a> result; + <a href="ntqstring.html">TQString</a> result; <a href="#TQTextOStream">TQTextOStream</a>(&result) << "pi = " << 3.14; </pre> <p>See also <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="TQTextOStream"></a>TQTextOStream::TQTextOStream ( <a href="qstring.html">TQString</a> * s ) +<h3 class=fn><a name="TQTextOStream"></a>TQTextOStream::TQTextOStream ( <a href="ntqstring.html">TQString</a> * s ) </h3> <p> Constructs a stream to write to string <em>s</em>. |