summaryrefslogtreecommitdiffstats
path: root/doc/html/qtextistream.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qtextistream.html')
-rw-r--r--doc/html/qtextistream.html4
1 files changed, 2 insertions, 2 deletions
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.
<p> This class makes it easy, for example, to write things like this:
<pre>
- <a href="ntqstring.html">TQString</a> data = "123 456";
+ <a href="tqstring.html">TQString</a> data = "123 456";
int a, b;
<a href="#TQTextIStream">TQTextIStream</a>(&amp;data) &gt;&gt; a &gt;&gt; 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&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;*&nbsp;s )
+<h3 class=fn><a name="TQTextIStream"></a>TQTextIStream::TQTextIStream ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;*&nbsp;s )
</h3>
<p> Constructs a stream to read from the string <em>s</em>.