diff options
author | Michele Calgaro <[email protected]> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/qnpstream.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qnpstream.html')
-rw-r--r-- | doc/html/qnpstream.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qnpstream.html b/doc/html/qnpstream.html index 223084af3..04c37fb22 100644 --- a/doc/html/qnpstream.html +++ b/doc/html/qnpstream.html @@ -57,7 +57,7 @@ body { background: #ffffff; color: black; } The TQNPStream class provides a stream of data provided to a <a href="qnpinstance.html">TQNPInstance</a> by the browser. <p> -<p> Note that this is neither a <a href="tqtextstream.html">TQTextStream</a> nor a <a href="ntqdatastream.html">TQDataStream</a>. +<p> Note that this is neither a <a href="tqtextstream.html">TQTextStream</a> nor a <a href="tqdatastream.html">TQDataStream</a>. <p> <p>See also <a href="qnpinstance.html#write">TQNPInstance::write</a>() and <a href="qnpinstance.html#newStreamCreated">TQNPInstance::newStreamCreated</a>(). <hr><h2>Member Function Documentation</h2> |