summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsound.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/ntqsound.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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>.