From e6270284cf06b220a9bef9267561aac7b9d485a9 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Thu, 20 Jul 2023 12:56:44 +0900
Subject: Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6df27473e52921dbfb268945c748639f1cf806e4)
---
 src/modules/snd/libkvisnd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/modules/snd/libkvisnd.h')

diff --git a/src/modules/snd/libkvisnd.h b/src/modules/snd/libkvisnd.h
index 2ee44991..83ea6233 100644
--- a/src/modules/snd/libkvisnd.h
+++ b/src/modules/snd/libkvisnd.h
@@ -169,7 +169,7 @@ typedef bool (KviSoundPlayer::*SoundSystemRoutine)(const TQString &szFileName);
 class KviSoundPlayer : public TQObject
 {
 	friend class KviSoundThread;
-	Q_OBJECT
+	TQ_OBJECT
   
 public:
 	KviSoundPlayer();
-- 
cgit v1.2.1