diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qtextostream.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
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>. |