summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqiodevice.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqiodevice.html')
-rw-r--r--doc/html/ntqiodevice.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqiodevice.html b/doc/html/ntqiodevice.html
index 8452d22c0..3dc5cab64 100644
--- a/doc/html/ntqiodevice.html
+++ b/doc/html/ntqiodevice.html
@@ -97,7 +97,7 @@ superclass of all such devices; classes such as <a href="ntqfile.html">TQFile</a
<a href="ntqsocket.html">TQSocket</a> inherit TQIODevice and implement virtual functions such as
write() appropriately.
<p> Although applications sometimes use TQIODevice directly, it is
-usually better to use <a href="ntqtextstream.html">TQTextStream</a> and <a href="ntqdatastream.html">TQDataStream</a>, which provide
+usually better to use <a href="tqtextstream.html">TQTextStream</a> and <a href="ntqdatastream.html">TQDataStream</a>, which provide
stream operations on any TQIODevice subclass. TQTextStream provides
text-oriented stream functionality (for human-readable ASCII
files, for example), whereas TQDataStream deals with binary data in
@@ -193,7 +193,7 @@ probably need:
<p> The three non-pure virtual functions need not be reimplemented for
sequential devices.
-<p> <p>See also <a href="ntqdatastream.html">TQDataStream</a>, <a href="ntqtextstream.html">TQTextStream</a>, and <a href="io.html">Input/Output and Networking</a>.
+<p> <p>See also <a href="ntqdatastream.html">TQDataStream</a>, <a href="tqtextstream.html">TQTextStream</a>, and <a href="io.html">Input/Output and Networking</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="Offset"></a>TQIODevice::Offset</h3>
@@ -436,7 +436,7 @@ newline at the end if the line, it is not stripped.
or -1 if an error occurred.
<p> This virtual function can be reimplemented much more efficiently
by the most subclasses.
-<p> <p>See also <a href="#readBlock">readBlock</a>() and <a href="ntqtextstream.html#readLine">TQTextStream::readLine</a>().
+<p> <p>See also <a href="#readBlock">readBlock</a>() and <a href="tqtextstream.html#readLine">TQTextStream::readLine</a>().
<p>Reimplemented in <a href="ntqfile.html#readLine">TQFile</a>.
<h3 class=fn>bool <a name="reset"></a>TQIODevice::reset ()