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 --- examples/sound/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/sound/sound.h') diff --git a/examples/sound/sound.h b/examples/sound/sound.h index 416927b24..6a5541c7c 100644 --- a/examples/sound/sound.h +++ b/examples/sound/sound.h @@ -9,7 +9,7 @@ #ifndef PLAY_H #define PLAY_H -#include "ntqsound.h" +#include "tqsound.h" #include class SoundPlayer : public TQMainWindow { -- cgit v1.2.3