summaryrefslogtreecommitdiffstats
path: root/doc/html/porting2.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/porting2.html')
-rw-r--r--doc/html/porting2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/porting2.html b/doc/html/porting2.html
index f53af35d..3402721c 100644
--- a/doc/html/porting2.html
+++ b/doc/html/porting2.html
@@ -202,7 +202,7 @@ function that is not in a subclass of <a href="qlistviewitem.html">TQListViewIte
<p> <h3><a name="Collection">Collection classes</a></h3>
<p> <p> The <a href="collection.html#collection-classes">collection classes</a> include generic
classes such as TQGDict, TQGList, and
-the subclasses such as <a href="ntqdict.html">TQDict</a> and TQList.
+the subclasses such as <a href="ntqdict.html">TQDict</a> and TQPtrList.
<p> <p> The macro-based TQt collection classes are obsolete; use the
template-based classes instead. Simply remove includes of ntqgeneric.h and
replace e.g. Q_DECLARE(<a href="ntqcache.html">TQCache</a>,TQPixmap) with TQCache<TQPixmap>.