summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqsound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tqsound.cpp')
-rw-r--r--src/kernel/tqsound.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/tqsound.cpp b/src/kernel/tqsound.cpp
index c5c64300f..5e7a1c826 100644
--- a/src/kernel/tqsound.cpp
+++ b/src/kernel/tqsound.cpp
@@ -141,7 +141,7 @@ public:
/*!
\fn static bool TQSound::available()
- Returns TRUE if sound support is available; otherwise returns FALSE.
+ Returns true if sound support is available; otherwise returns false.
*/
/*!
@@ -181,9 +181,9 @@ TQSound::~TQSound()
}
/*!
- Returns TRUE if the sound has finished playing; otherwise returns FALSE.
+ Returns true if the sound has finished playing; otherwise returns false.
- \warning On Windows this function always returns TRUE for unlooped sounds.
+ \warning On Windows this function always returns true for unlooped sounds.
*/
bool TQSound::isFinished() const
{
@@ -257,8 +257,8 @@ void TQSound::stop()
/*!
- 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.