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 a44369b7e..5cfcbaa97 100644
--- a/doc/html/ntqsound.html
+++ b/doc/html/ntqsound.html
@@ -95,7 +95,7 @@ accesses <tt>/dev/dsp</tt> directly. Only the WAVE format is supported.
<p>See also <a href="multimedia.html">Multimedia Classes</a>.
<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="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSound"></a>TQSound::TQSound ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;filename, <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a TQSound that can quickly play the sound in a file
named <em>filename</em>.
@@ -113,7 +113,7 @@ Destroys the sound object. If the sound is not finished playing <a href="#stop">
<p> Returns TRUE if sound support is available; otherwise returns FALSE.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="fileName"></a>TQSound::fileName () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="fileName"></a>TQSound::fileName () const
</h3>
Returns the filename associated with the sound.
@@ -140,7 +140,7 @@ Returns the number of times the sound will play.
Returns the number of times the sound will loop. This value
decreases each time the sound loops.
-<h3 class=fn>void <a name="play"></a>TQSound::play ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;filename )<tt> [static]</tt>
+<h3 class=fn>void <a name="play"></a>TQSound::play ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;filename )<tt> [static]</tt>
</h3>
Plays the sound in a file called <em>filename</em>.