summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmovie.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqmovie.html')
-rw-r--r--doc/html/tqmovie.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqmovie.html b/doc/html/tqmovie.html
index 7840a5377..8c67131d6 100644
--- a/doc/html/tqmovie.html
+++ b/doc/html/tqmovie.html
@@ -255,8 +255,8 @@ member is zero) that were previously connected by <a href="#connectUpdate">conne
<h3 class=fn>bool <a name="finished"></a>TQMovie::finished () const
</h3>
-Returns TRUE if the image is no longer playing: this happens when
-all loops of all frames are complete; otherwise returns FALSE.
+Returns true if the image is no longer playing: this happens when
+all loops of all frames are complete; otherwise returns false.
<p>Example: <a href="movies-example.html#x501">movies/main.cpp</a>.
<h3 class=fn>const&nbsp;<a href="tqimage.html">TQImage</a>&nbsp;&amp; <a name="frameImage"></a>TQMovie::frameImage () const
@@ -290,7 +290,7 @@ generated.
<h3 class=fn>bool <a name="isNull"></a>TQMovie::isNull () const
</h3>
-Returns TRUE if the movie is null; otherwise returns FALSE.
+Returns true if the movie is null; otherwise returns false.
<h3 class=fn><a href="tqmovie.html">TQMovie</a>&nbsp;&amp; <a name="operator-eq"></a>TQMovie::operator= ( const&nbsp;<a href="tqmovie.html">TQMovie</a>&nbsp;&amp;&nbsp;movie )
</h3>
@@ -305,7 +305,7 @@ Pauses the progress of the animation.
<p>Example: <a href="movies-example.html#x503">movies/main.cpp</a>.
<h3 class=fn>bool <a name="paused"></a>TQMovie::paused () const
</h3>
-Returns TRUE if the image is paused; otherwise returns FALSE.
+Returns true if the image is paused; otherwise returns false.
<p>Example: <a href="movies-example.html#x504">movies/main.cpp</a>.
<h3 class=fn>void <a name="pushData"></a>TQMovie::pushData ( const&nbsp;uchar&nbsp;*&nbsp;data, int&nbsp;length )
@@ -329,8 +329,8 @@ paused, it begins playing again.
<p>Example: <a href="movies-example.html#x505">movies/main.cpp</a>.
<h3 class=fn>bool <a name="running"></a>TQMovie::running () const
</h3>
-Returns TRUE if the image is not single-stepping, not paused, and
-not finished; otherwise returns FALSE.
+Returns true if the image is not single-stepping, not paused, and
+not finished; otherwise returns false.
<h3 class=fn>void <a name="setBackgroundColor"></a>TQMovie::setBackgroundColor ( const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;c )
</h3>