diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/tqpixmapcache.html | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqpixmapcache.html')
-rw-r--r-- | doc/html/tqpixmapcache.html | 2 |
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 |