summaryrefslogtreecommitdiffstats
path: root/doc/html/tqpicture.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqpicture.html')
-rw-r--r--doc/html/tqpicture.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqpicture.html b/doc/html/tqpicture.html
index 1200582d4..8c13415aa 100644
--- a/doc/html/tqpicture.html
+++ b/doc/html/tqpicture.html
@@ -164,13 +164,13 @@ Nothing is done if there is just a single reference.
<h3 class=fn>bool <a name="isNull"></a>TQPicture::isNull () const
</h3>
-<p> Returns TRUE if the picture contains no data; otherwise returns
-FALSE.
+<p> Returns true if the picture contains no data; otherwise returns
+false.
<h3 class=fn>bool <a name="load"></a>TQPicture::load ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fileName, const&nbsp;char&nbsp;*&nbsp;format = 0 )
</h3>
Loads a picture from the file specified by <em>fileName</em> and returns
-TRUE if successful; otherwise returns FALSE.
+true if successful; otherwise returns false.
<p> By default, the file will be interpreted as being in the native
TQPicture format. Specifying the <em>format</em> string is optional and
is only needed for importing picture data stored in a different
@@ -202,15 +202,15 @@ picture and returns a reference to this picture.
<h3 class=fn>bool <a name="play"></a>TQPicture::play ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;painter )
</h3>
-Replays the picture using <em>painter</em>, and returns TRUE if
-successful; otherwise returns FALSE.
+Replays the picture using <em>painter</em>, and returns true if
+successful; otherwise returns false.
<p> This function does exactly the same as <a href="tqpainter.html#drawPicture">TQPainter::drawPicture</a>()
with (x, y) = (0, 0).
<h3 class=fn>bool <a name="save"></a>TQPicture::save ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fileName, const&nbsp;char&nbsp;*&nbsp;format = 0 )
</h3>
Saves a picture to the file specified by <em>fileName</em> and returns
-TRUE if successful; otherwise returns FALSE.
+true if successful; otherwise returns false.
<p> Specifying the file <em>format</em> string is optional. It's not
recommended unless you intend to export the picture data for
use by a third party reader. By default the data will be saved in