summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsound.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsound.html')
-rw-r--r--doc/html/tqsound.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqsound.html b/doc/html/tqsound.html
index e876b1c52..58cf733ae 100644
--- a/doc/html/tqsound.html
+++ b/doc/html/tqsound.html
@@ -108,7 +108,7 @@ Destroys the sound object. If the sound is not finished playing <a href="#stop">
<h3 class=fn>bool <a name="available"></a>TQSound::available ()<tt> [static]</tt>
</h3>
-<p> Returns TRUE if sound support is available; otherwise returns FALSE.
+<p> Returns true if sound support is available; otherwise returns false.
<h3 class=fn><a href="tqstring.html">TQString</a> <a name="fileName"></a>TQSound::fileName () const
</h3>
@@ -116,8 +116,8 @@ Returns the filename associated with the sound.
<h3 class=fn>bool <a name="isAvailable"></a>TQSound::isAvailable ()<tt> [static]</tt>
</h3>
-Returns TRUE if sound facilities exist on the platform; otherwise
-returns FALSE. An application may choose either to notify the user
+Returns true if sound facilities exist on the platform; otherwise
+returns false. An application may choose either to notify the user
if sound is crucial to the application or to operate silently
without bothering the user.
<p> If no sound is available, all TQSound operations work silently and
@@ -125,8 +125,8 @@ quickly.
<h3 class=fn>bool <a name="isFinished"></a>TQSound::isFinished () const
</h3>
-Returns TRUE if the sound has finished playing; otherwise returns FALSE.
-<p> <b>Warning:</b> On Windows this function always returns TRUE for unlooped sounds.
+Returns true if the sound has finished playing; otherwise returns false.
+<p> <b>Warning:</b> On Windows this function always returns true for unlooped sounds.
<h3 class=fn>int <a name="loops"></a>TQSound::loops () const
</h3>