summaryrefslogtreecommitdiffstats
path: root/doc/html/qtextostream.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qtextostream.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-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.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qtextostream.html b/doc/html/qtextostream.html
index e56fcf4e..e01b3afb 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 &lt;<a href="qtextstream-h.html">qtextstream.h</a>&gt;</tt>
-<p>Inherits <a href="qtextstream.html">TQTextStream</a>.
+<p><tt>#include &lt;<a href="qtextstream-h.html">ntqtextstream.h</a>&gt;</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>(&amp;result) &lt;&lt; "pi = " &lt;&lt; 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>&nbsp;*&nbsp;s )
+<h3 class=fn><a name="TQTextOStream"></a>TQTextOStream::TQTextOStream ( <a href="ntqstring.html">TQString</a>&nbsp;*&nbsp;s )
</h3>
<p> Constructs a stream to write to string <em>s</em>.