summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsound.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-26 11:44:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-30 14:26:34 +0900
commit6dd781c483eea56f51ae0eff47d857976b5d0f0d (patch)
tree0ddd4408e142ae6f8b13d3538359abd127988b2f /doc/man/man3/tqsound.3qt
parentff56b6fec14de4cd4b89d5b322531671d200b6e0 (diff)
downloadtqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.tar.gz
tqt-6dd781c483eea56f51ae0eff47d857976b5d0f0d.zip
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsound.3qt')
-rw-r--r--doc/man/man3/tqsound.3qt8
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"