diff options
Diffstat (limited to 'doc/html/ntqptrcollection.html')
-rw-r--r-- | doc/html/ntqptrcollection.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqptrcollection.html b/doc/html/ntqptrcollection.html index da3f299b7..7ba1bd2f8 100644 --- a/doc/html/ntqptrcollection.html +++ b/doc/html/ntqptrcollection.html @@ -62,8 +62,8 @@ The TQPtrCollection class is the base class of most pointer-based TQt collection <p> The TQPtrCollection class is an abstract base class for the TQt <a href="collection.html">collection classes</a> <a href="ntqdict.html">TQDict</a>, <a href="ntqptrlist.html">TQPtrList</a>, -etc. TQt also includes value based collections, e.g. <a href="ntqvaluelist.html">TQValueList</a>, -<a href="ntqmap.html">TQMap</a>, etc. +etc. TQt also includes value based collections, e.g. <a href="tqvaluelist.html">TQValueList</a>, +<a href="tqmap.html">TQMap</a>, etc. <p> A TQPtrCollection only knows about the number of objects in the collection and the deletion strategy (see <a href="#setAutoDelete">setAutoDelete</a>()). <p> A collection is implemented using the <a href="#Item">Item</a> (generic collection |