summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpixmapcache.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqpixmapcache.html')
-rw-r--r--doc/html/ntqpixmapcache.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqpixmapcache.html b/doc/html/ntqpixmapcache.html
index 403d8893..c04710bc 100644
--- a/doc/html/ntqpixmapcache.html
+++ b/doc/html/ntqpixmapcache.html
@@ -74,17 +74,17 @@ key above. The bitBlt() is ten times faster than drawing the
radio button. All radio buttons in the program share the cached
pixmap since TQPixmapCache is application-global.
<p> TQPixmapCache contains no member data, only static functions to
-access the global pixmap cache. It creates an internal <a href="ntqcache.html">TQCache</a> for
+access the global pixmap cache. It creates an internal <a href="tqcache.html">TQCache</a> for
caching the pixmaps.
<p> The cache associates a pixmap with a string (key). If two pixmaps
are inserted into the cache using equal keys, then the last pixmap
-will hide the first pixmap. The <a href="ntqdict.html">TQDict</a> and TQCache classes do
+will hide the first pixmap. The <a href="tqdict.html">TQDict</a> and TQCache classes do
exactly the same.
<p> The cache becomes full when the total size of all pixmaps in the
cache exceeds <a href="#cacheLimit">cacheLimit</a>(). The initial cache limit is 1024 KByte
(1 MByte); it is changed with <a href="#setCacheLimit">setCacheLimit</a>(). A pixmap takes
roughly width*height*depth/8 bytes of memory.
-<p> See the <a href="ntqcache.html">TQCache</a> documentation for more details about the cache
+<p> See the <a href="tqcache.html">TQCache</a> documentation for more details about the cache
mechanism.
<p>See also <a href="environment.html">Environment Classes</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>.