summaryrefslogtreecommitdiffstats
path: root/doc/html/tqpair.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-07 14:56:09 +0900
commit87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch)
tree2d674f204c5205ca577a782e1b50583afd563972 /doc/html/tqpair.html
parent628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff)
downloadtqt-87d29563.tar.gz
tqt-87d29563.zip
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqpair.html')
-rw-r--r--doc/html/tqpair.html2
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