diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /doc/html/ntqiodevice.html | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt-0cf411b0.tar.gz tqt-0cf411b0.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqiodevice.html')
-rw-r--r-- | doc/html/ntqiodevice.html | 6 |
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 () |