summaryrefslogtreecommitdiffstats
path: root/doc/html/tqpixmapcache.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqpixmapcache.html')
-rw-r--r--doc/html/tqpixmapcache.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqpixmapcache.html b/doc/html/tqpixmapcache.html
index 42865ec32..1f80d35bf 100644
--- a/doc/html/tqpixmapcache.html
+++ b/doc/html/tqpixmapcache.html
@@ -60,7 +60,7 @@ use it to store temporary pixmaps that are expensive to generate
without using more storage space than <a href="#cacheLimit">cacheLimit</a>(). Use <a href="#insert">insert</a>()
to insert pixmaps, <a href="#find">find</a>() to find them and <a href="#clear">clear</a>() to empty the
cache.
-<p> For example, <a href="ntqradiobutton.html">TQRadioButton</a> has a non-trivial visual representation
+<p> For example, <a href="tqradiobutton.html">TQRadioButton</a> has a non-trivial visual representation
so we don't want to regenerate a pixmap whenever a radio button is
displayed or changes state. In the function
<a href="ntqbutton.html#drawButton">TQRadioButton::drawButton</a>(), we do not draw the radio button