diff options
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> |