summaryrefslogtreecommitdiffstats
path: root/doc/html/porting.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-05 19:02:23 +0900
committerMichele Calgaro <[email protected]>2024-06-05 19:02:23 +0900
commit1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch)
treed62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/porting.html
parent8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff)
downloadtqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.tar.gz
tqt3-1f0ce8533cc837aa2d4155b5fc17d2004bed0197.zip
Rename template library nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r--doc/html/porting.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html
index f663d5c13..e0850be85 100644
--- a/doc/html/porting.html
+++ b/doc/html/porting.html
@@ -177,7 +177,7 @@ the top of the file giving the error.
<li> <tt>&lt;ntqregexp.h&gt;</tt>
<li> <tt>&lt;ntqstrlist.h&gt;</tt>
<li> <tt>&lt;ntqstyle.h&gt;</tt>
-<li> <tt>&lt;ntqvaluelist.h&gt;</tt>
+<li> <tt>&lt;tqvaluelist.h&gt;</tt>
</ul>
<p> <h2> Namespace
</h2>
@@ -649,7 +649,7 @@ without breaking source compatibility.
modal dialog instead.
<p> <h2> TQSortedList
</h2>
-<a name="19"></a><p> The TQSortedList class is now obsolete. Consider using a <a href="ntqdict.html">TQDict</a>, a <a href="ntqmap.html">TQMap</a>
+<a name="19"></a><p> The TQSortedList class is now obsolete. Consider using a <a href="ntqdict.html">TQDict</a>, a <a href="tqmap.html">TQMap</a>
or a plain <a href="ntqptrlist.html">TQPtrList</a> instead.
<p> <h2> TQTableView
</h2>