diff options
Diffstat (limited to 'src/kernel/qsound.cpp')
-rw-r--r-- | src/kernel/qsound.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/qsound.cpp b/src/kernel/qsound.cpp index 604bf130d..dd46cc742 100644 --- a/src/kernel/qsound.cpp +++ b/src/kernel/qsound.cpp @@ -131,7 +131,7 @@ public: silently. NAS supports WAVE and AU files. On Macintosh, ironically, we use QT (\link - http://tquicktime.apple.com QuickTime\endlink) for sound, this + http://quicktime.apple.com QuickTime\endlink) for sound, this means all QuickTime formats are supported by TQt/Mac. On TQt/Embedded, a built-in mixing sound server is used, which @@ -156,7 +156,7 @@ void TQSound::play(const TQString& filename) } /*! - Constructs a TQSound that can tquickly play the sound in a file + Constructs a TQSound that can quickly play the sound in a file named \a filename. This may use more memory than the static \c play function. @@ -266,7 +266,7 @@ void TQSound::stop() without bothering the user. If no sound is available, all TQSound operations work silently and - tquickly. + quickly. */ bool TQSound::isAvailable() { |