summaryrefslogtreecommitdiffstats
path: root/src/kernel/qsound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qsound.cpp')
-rw-r--r--src/kernel/qsound.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kernel/qsound.cpp b/src/kernel/qsound.cpp
index 98d210427..f6b29ecba 100644
--- a/src/kernel/qsound.cpp
+++ b/src/kernel/qsound.cpp
@@ -144,7 +144,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.
*/
/*!
@@ -184,9 +184,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
{
@@ -260,8 +260,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.