diff options
Diffstat (limited to 'doc/html/tqpair.html')
-rw-r--r-- | doc/html/tqpair.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqpair.html b/doc/html/tqpair.html index 06358d915..7852362b4 100644 --- a/doc/html/tqpair.html +++ b/doc/html/tqpair.html @@ -62,7 +62,7 @@ values that contains two values of type T1 and T2. Please note 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 <em>value based</em>. If you're interested in <em>pointer based</em> -classes see, for example, <a href="tqptrlist.html">TQPtrList</a> and <a href="ntqdict.html">TQDict</a>. +classes see, for example, <a href="tqptrlist.html">TQPtrList</a> and <a href="tqdict.html">TQDict</a>. <p> 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 (<tt>first</tt> and <tt>second</tt>) are public member variables of |