From 0881ed5059c46ce73e8241e6260b82b92f6d0e55 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 12:20:38 +0900 Subject: Rename ptr nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/tqpair.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/tqpair.doc') 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 -- cgit v1.2.1