summaryrefslogtreecommitdiffstats
path: root/doc/tqpair.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tqpair.doc')
-rw-r--r--doc/tqpair.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqpair.doc b/doc/tqpair.doc
index fed6658c..8818fa02 100644
--- a/doc/tqpair.doc
+++ b/doc/tqpair.doc
@@ -58,13 +58,13 @@
that TQPair does not store pointers to the two elements; it holds a
copy of every member. This is why these kinds of classes are
called \e{value based}. If you're interested in \e{pointer based}
- classes see, for example, QPtrList and QDict.
+ classes see, for example, TQPtrList and QDict.
TQPair holds one copy of type T1 and one copy of type T2, but does
not provide iterators to access these elements. Instead, the two
elements (\c first and \c second) are public member variables of
the pair. TQPair owns the contained elements. For more relaxed
- ownership semantics, see QPtrCollection and friends which are
+ ownership semantics, see TQPtrCollection and friends which are
pointer-based containers.
Some classes cannot be used within a TQPair: for example, all