summaryrefslogtreecommitdiffstats
path: root/doc/html/qcacheiterator.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qcacheiterator.html')
-rw-r--r--doc/html/qcacheiterator.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qcacheiterator.html b/doc/html/qcacheiterator.html
index a53556e3..d4be3eda 100644
--- a/doc/html/qcacheiterator.html
+++ b/doc/html/qcacheiterator.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQCacheIterator class provides an iterator for TQCache collections.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qcache-h.html">qcache.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qcache-h.html">ntqcache.h</a>&gt;</tt>
<p><a href="qcacheiterator-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -58,7 +58,7 @@ body { background: #ffffff; color: black; }
<hr><a name="details"></a><h2>Detailed Description</h2>
-The TQCacheIterator class provides an iterator for <a href="qcache.html">TQCache</a> collections.
+The TQCacheIterator class provides an iterator for <a href="ntqcache.html">TQCache</a> collections.
<p>
<p> Note that the traversal order is arbitrary; you are not guaranteed
@@ -77,10 +77,10 @@ returns TRUE if the cache is empty, and <a href="#count">count</a>() returns the
of items in the cache.
<p> Note that atFirst() and atLast() refer to the iterator's arbitrary
ordering, not to the cache's internal least recently used list.
-<p> <p>See also <a href="qcache.html">TQCache</a>, <a href="collection.html">Collection Classes</a>, and <a href="tools.html">Non-GUI Classes</a>.
+<p> <p>See also <a href="ntqcache.html">TQCache</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="TQCacheIterator"></a>TQCacheIterator::TQCacheIterator ( const&nbsp;<a href="qcache.html">TQCache</a>&lt;type&gt;&nbsp;&amp;&nbsp;cache )
+<h3 class=fn><a name="TQCacheIterator"></a>TQCacheIterator::TQCacheIterator ( const&nbsp;<a href="ntqcache.html">TQCache</a>&lt;type&gt;&nbsp;&amp;&nbsp;cache )
</h3>
<p> Constructs an iterator for <em>cache</em>. The current iterator item is
@@ -123,7 +123,7 @@ operates.
<p> Returns a pointer to the current iterator item.
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="currentKey"></a>TQCacheIterator::currentKey () const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="currentKey"></a>TQCacheIterator::currentKey () const
</h3>
<p> Returns the key for the current iterator item.