From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqsound.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqsound.html') 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

bool TQSound::available () [static]

-

Returns TRUE if sound support is available; otherwise returns FALSE. +

Returns true if sound support is available; otherwise returns false.

TQString TQSound::fileName () const

@@ -116,8 +116,8 @@ Returns the filename associated with the sound.

bool TQSound::isAvailable () [static]

-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.

If no sound is available, all TQSound operations work silently and @@ -125,8 +125,8 @@ quickly.

bool TQSound::isFinished () const

-Returns TRUE if the sound has finished playing; otherwise returns FALSE. -

Warning: On Windows this function always returns TRUE for unlooped sounds. +Returns true if the sound has finished playing; otherwise returns false. +

Warning: On Windows this function always returns true for unlooped sounds.

int TQSound::loops () const

-- cgit v1.2.3