diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/html/tqptrdict.html | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqptrdict.html')
-rw-r--r-- | doc/html/tqptrdict.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqptrdict.html b/doc/html/tqptrdict.html index bed2cc493..10607ec0c 100644 --- a/doc/html/tqptrdict.html +++ b/doc/html/tqptrdict.html @@ -109,9 +109,9 @@ pointer. Dictionaries provide very fast insertion and lookup. In this example we use a dictionary to add an extra property (a char*) to the line edits we're using. -<p> See <a href="ntqdict.html">TQDict</a> for full details, including the choice of dictionary +<p> See <a href="tqdict.html">TQDict</a> for full details, including the choice of dictionary size, and how deletions are handled. -<p> <p>See also <a href="tqptrdictiterator.html">TQPtrDictIterator</a>, <a href="ntqdict.html">TQDict</a>, <a href="ntqasciidict.html">TQAsciiDict</a>, <a href="ntqintdict.html">TQIntDict</a>, <a href="collection.html">Collection Classes</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. +<p> <p>See also <a href="tqptrdictiterator.html">TQPtrDictIterator</a>, <a href="tqdict.html">TQDict</a>, <a href="tqasciidict.html">TQAsciiDict</a>, <a href="tqintdict.html">TQIntDict</a>, <a href="collection.html">Collection Classes</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQPtrDict"></a>TQPtrDict::TQPtrDict ( int size = 17 ) |