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.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqpixmapcache.html b/doc/html/tqpixmapcache.html
index 2076161f2..057c99d32 100644
--- a/doc/html/tqpixmapcache.html
+++ b/doc/html/tqpixmapcache.html
@@ -125,7 +125,7 @@ pointer to become invalid. For this reason, we recommend you use
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Looks for a cached pixmap associated with the <em>key</em> in the cache.
If a pixmap is found, the function sets <em>pm</em> to that pixmap and
-returns TRUE; otherwise leaves <em>pm</em> alone and returns FALSE.
+returns true; otherwise leaves <em>pm</em> alone and returns false.
<p> Example:
<pre>
<a href="tqpixmap.html">TQPixmap</a> p;
@@ -154,11 +154,11 @@ deleted when more space is needed.
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Inserts the pixmap <em>pm</em> associated with <em>key</em> into the cache.
-Returns TRUE if successful, or FALSE if the pixmap is too big for the cache.
+Returns true if successful, or false if the pixmap is too big for the cache.
<p> <strong>
Note: <em>pm</em> must be allocated on the heap (using <tt>new</tt>).
-<p> If this function returns FALSE, you must delete <em>pm</em> yourself.
-<p> If this function returns TRUE, do not use <em>pm</em> afterwards or
+<p> If this function returns false, you must delete <em>pm</em> yourself.
+<p> If this function returns true, do not use <em>pm</em> afterwards or
keep references to it because any other insertions into the cache,
whether from anywhere in the application or within TQt itself, could cause
the pixmap to be discarded from the cache and the pointer to