summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqpixmapcache.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:00:12 +0900
commit8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (patch)
tree3427fe04e3116ccbd16fa98e57abd5d118f82353 /doc/html/ntqpixmapcache.html
parent0881ed5059c46ce73e8241e6260b82b92f6d0e55 (diff)
downloadtqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.tar.gz
tqt3-8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde.zip
Rename image nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqpixmapcache.html')
-rw-r--r--doc/html/ntqpixmapcache.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqpixmapcache.html b/doc/html/ntqpixmapcache.html
index e407d6806..3695a1202 100644
--- a/doc/html/ntqpixmapcache.html
+++ b/doc/html/ntqpixmapcache.html
@@ -67,7 +67,7 @@ displayed or changes state. In the function
directly. Instead, we first check the global pixmap cache for a
pixmap with the key "$qt_radio_nnn_", where <tt>nnn</tt> is a numerical
value that specifies the the radio button state. If a pixmap is
-found, we <a href="ntqimage.html#bitBlt">bitBlt</a>() it onto the widget and return. Otherwise, we
+found, we <a href="tqimage.html#bitBlt">bitBlt</a>() it onto the widget and return. Otherwise, we
create a new pixmap, draw the radio button in the pixmap, and
finally insert the pixmap in the global pixmap cache, using the
key above. The bitBlt() is ten times faster than drawing the