summaryrefslogtreecommitdiffstats
path: root/doc/html/qt-template-lib.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/qt-template-lib.html
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt-252a2ec8.tar.gz
tqt-252a2ec8.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qt-template-lib.html')
-rw-r--r--doc/html/qt-template-lib.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qt-template-lib.html b/doc/html/qt-template-lib.html
index c348e3f17..6fbe68bad 100644
--- a/doc/html/qt-template-lib.html
+++ b/doc/html/qt-template-lib.html
@@ -296,7 +296,7 @@ a standard C++ array with tqCopy():
<a name="3"></a><p> All the containers we've mentioned can be serialized with the
appropriate streaming operators. Here is an example.
<p> <pre>
- <a href="ntqdatastream.html">TQDataStream</a> str(...);
+ <a href="tqdatastream.html">TQDataStream</a> str(...);
<a href="tqvaluelist.html">TQValueList</a>&lt;TQRect&gt; list;
// ... fill the list here
str &lt;&lt; list;