diff options
Diffstat (limited to 'doc/man/man3/qsound.3qt')
-rw-r--r-- | doc/man/man3/qsound.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qsound.3qt b/doc/man/man3/qsound.3qt index a2f2ac35f..439b2720a 100644 --- a/doc/man/man3/qsound.3qt +++ b/doc/man/man3/qsound.3qt @@ -95,7 +95,7 @@ The availability of sound can be tested with QSound::isAvailable(). See also Multimedia Classes. .SH MEMBER FUNCTION DOCUMENTATION .SH "QSound::QSound ( const QString & filename, QObject * parent = 0, const char * name = 0 )" -Constructs a QSound that can tquickly play the sound in a file named \fIfilename\fR. +Constructs a QSound that can quickly play the sound in a file named \fIfilename\fR. .PP This may use more memory than the static \fCplay\fR function. .PP @@ -111,7 +111,7 @@ Returns the filename associated with the sound. .SH "bool QSound::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. .PP -If no sound is available, all QSound operations work silently and tquickly. +If no sound is available, all QSound operations work silently and quickly. .SH "bool QSound::isFinished () const" Returns TRUE if the sound has finished playing; otherwise returns FALSE. .PP |