summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqptrcollection.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqptrcollection.3qt')
-rw-r--r--doc/man/man3/tqptrcollection.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqptrcollection.3qt b/doc/man/man3/tqptrcollection.3qt
index 3932c2b5..5d52d73f 100644
--- a/doc/man/man3/tqptrcollection.3qt
+++ b/doc/man/man3/tqptrcollection.3qt
@@ -13,7 +13,7 @@ All the functions in this class are reentrant when TQt is built with thread supp
.PP
\fC#include <tqptrcollection.h>\fR
.PP
-Inherited by QAsciiCache, QAsciiDict, QCache, QDict, QIntCache, QIntDict, TQPtrList, TQPtrDict, and TQPtrVector.
+Inherited by TQAsciiCache, TQAsciiDict, TQCache, TQDict, TQIntCache, TQIntDict, TQPtrList, TQPtrDict, and TQPtrVector.
.PP
.SS "Public Members"
.in +1c
@@ -54,7 +54,7 @@ Inherited by QAsciiCache, QAsciiDict, QCache, QDict, QIntCache, QIntDict, TQPtrL
.SH DESCRIPTION
The TQPtrCollection class is the base class of most pointer-based TQt collections.
.PP
-The TQPtrCollection class is an abstract base class for the TQt collection classes QDict, TQPtrList, etc. TQt also includes value based collections, e.g. TQValueList, TQMap, etc.
+The TQPtrCollection class is an abstract base class for the TQt collection classes TQDict, TQPtrList, etc. TQt also includes value based collections, e.g. TQValueList, TQMap, etc.
.PP
A TQPtrCollection only knows about the number of objects in the collection and the deletion strategy (see setAutoDelete()).
.PP
@@ -82,11 +82,11 @@ Removes all objects from the collection. The objects will be deleted if auto-del
.PP
See also setAutoDelete().
.PP
-Reimplemented in QAsciiCache, QAsciiDict, QCache, QDict, QIntCache, QIntDict, TQPtrList, TQPtrDict, and TQPtrVector.
+Reimplemented in TQAsciiCache, TQAsciiDict, TQCache, TQDict, TQIntCache, TQIntDict, TQPtrList, TQPtrDict, and TQPtrVector.
.SH "uint TQPtrCollection::count () const\fC [pure virtual]\fR"
Returns the number of objects in the collection.
.PP
-Reimplemented in QAsciiCache, QAsciiDict, QCache, QDict, QIntCache, QIntDict, TQPtrList, TQPtrDict, and TQPtrVector.
+Reimplemented in TQAsciiCache, TQAsciiDict, TQCache, TQDict, TQIntCache, TQIntDict, TQPtrList, TQPtrDict, and TQPtrVector.
.SH "void TQPtrCollection::deleteItem ( Item d )\fC [pure virtual protected]\fR"
Reimplement this function if you want to be able to delete items.
.PP