diff options
Diffstat (limited to 'doc/man/man3/tqsound.3qt')
-rw-r--r-- | doc/man/man3/tqsound.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqsound.3qt b/doc/man/man3/tqsound.3qt index 55de15e95..f1feab396 100644 --- a/doc/man/man3/tqsound.3qt +++ b/doc/man/man3/tqsound.3qt @@ -103,17 +103,17 @@ Destroys the sound object. If the sound is not finished playing stop() is called .PP See also stop() and isFinished(). .SH "bool TQSound::available ()\fC [static]\fR" -Returns TRUE if sound support is available; otherwise returns FALSE. +Returns true if sound support is available; otherwise returns false. .SH "TQString TQSound::fileName () const" Returns the filename associated with the sound. .SH "bool TQSound::isAvailable ()\fC [static]\fR" -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. +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. .PP If no sound is available, all TQSound operations work silently and quickly. .SH "bool TQSound::isFinished () const" -Returns TRUE if the sound has finished playing; otherwise returns FALSE. +Returns true if the sound has finished playing; otherwise returns false. .PP -\fBWarning:\fR On Windows this function always returns TRUE for unlooped sounds. +\fBWarning:\fR On Windows this function always returns true for unlooped sounds. .SH "int TQSound::loops () const" Returns the number of times the sound will play. .SH "int TQSound::loopsRemaining () const" |