diff options
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 ) |