summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qsound.3qt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-05-07 21:58:34 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-05-07 21:58:34 -0500
commitc740211ffba3330d951f4c3ddefea8edf23a01cd (patch)
tree0a8b7641d3c5b576d18a2f7912c75fc600f494e2 /doc/man/man3/qsound.3qt
parent8a4eacb6185de3653f6ae401c352aef833a9e72a (diff)
downloadtqt-c740211ffba3330d951f4c3ddefea8edf23a01cd.tar.gz
tqt-c740211ffba3330d951f4c3ddefea8edf23a01cd.zip
Automated update from Qt3
Diffstat (limited to 'doc/man/man3/qsound.3qt')
-rw-r--r--doc/man/man3/qsound.3qt4
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