From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/sound-example.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/sound-example.html') diff --git a/doc/html/sound-example.html b/doc/html/sound-example.html index 2bf2a47de..b1dc5ef1a 100644 --- a/doc/html/sound-example.html +++ b/doc/html/sound-example.html @@ -49,7 +49,7 @@ if your machine is set up to play audio. #ifndef PLAY_H #define PLAY_H -#include "ntqsound.h" +#include "tqsound.h" #include <tqmainwindow.h> class SoundPlayer : public TQMainWindow { @@ -66,8 +66,8 @@ public slots: void doPlay1234(); private: - TQSound bucket3; - TQSound bucket4; + TQSound bucket3; + TQSound bucket4; }; #endif @@ -134,12 +134,12 @@ private: void SoundPlayer::doPlay1() { - TQSound::play("sounds/1.wav"); + TQSound::play("sounds/1.wav"); } void SoundPlayer::doPlay2() { - TQSound::play("sounds/2.wav"); + TQSound::play("sounds/2.wav"); } void SoundPlayer::doPlay3() @@ -162,8 +162,8 @@ void SoundPlayer::doPlay34() void SoundPlayer::doPlay1234() { // Some sound platforms will only play one sound at a time - TQSound::play("sounds/1.wav"); - TQSound::play("sounds/2.wav"); + TQSound::play("sounds/1.wav"); + TQSound::play("sounds/2.wav"); bucket3.play(); bucket4.play(); } -- cgit v1.2.3