summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsound.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsound.html')
-rw-r--r--doc/html/ntqsound.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqsound.html b/doc/html/ntqsound.html
index 2e052157..d8a7f530 100644
--- a/doc/html/ntqsound.html
+++ b/doc/html/ntqsound.html
@@ -86,7 +86,7 @@ only WAVE format sound files are supported.
<p> On X11 the <a href="ftp://ftp.x.org/contrib/audio/nas/">Network Audio
System</a> is used if available, otherwise all operations work
silently. NAS supports WAVE and AU files.
-<p> On Macintosh, ironically, we use QT (<a href="http://tquicktime.apple.com">QuickTime</a>) for sound, this
+<p> On Macintosh, ironically, we use QT (<a href="http://quicktime.apple.com">QuickTime</a>) for sound, this
means all QuickTime formats are supported by TQt/Mac.
<p> On TQt/Embedded, a built-in mixing sound server is used, which
accesses <tt>/dev/dsp</tt> directly. Only the WAVE format is supported.
@@ -97,7 +97,7 @@ accesses <tt>/dev/dsp</tt> directly. Only the WAVE format is supported.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQSound"></a>TQSound::TQSound ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;filename, <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
-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 <em>filename</em>.
<p> This may use more memory than the static <tt>play</tt> function.
<p> The <em>parent</em> and <em>name</em> arguments (default 0) are passed on to
@@ -124,7 +124,7 @@ 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.
<p> If no sound is available, all TQSound operations work silently and
-tquickly.
+quickly.
<h3 class=fn>bool <a name="isFinished"></a>TQSound::isFinished () const
</h3>