diff options
author | Michele Calgaro <[email protected]> | 2024-06-05 19:02:23 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-05 19:02:23 +0900 |
commit | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (patch) | |
tree | d62f4174c0e58e1aa895fc71484d068b614cd6de /doc/html/porting.html | |
parent | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (diff) | |
download | tqt3-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.html | 4 |
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><ntqregexp.h></tt> <li> <tt><ntqstrlist.h></tt> <li> <tt><ntqstyle.h></tt> -<li> <tt><ntqvaluelist.h></tt> +<li> <tt><tqvaluelist.h></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> |