From 5d7c4c8ae03613b5d1ef13c826d9caa04d03efe1 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Thu, 20 Jul 2023 15:04:52 +0900
Subject: Replace Q_OBJECT with TQ_OBJECT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1cb737eca8ee850f3d0678b96d06a733a05db4d9)
---
 ksayit/Freeverb_plugin/ksayitfreeverblib.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'ksayit/Freeverb_plugin/ksayitfreeverblib.h')

diff --git a/ksayit/Freeverb_plugin/ksayitfreeverblib.h b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
index a8ef9c3..2f477d2 100644
--- a/ksayit/Freeverb_plugin/ksayitfreeverblib.h
+++ b/ksayit/Freeverb_plugin/ksayitfreeverblib.h
@@ -26,7 +26,7 @@
 
 class FreeverbPluginFactory : public KLibFactory
 {
-Q_OBJECT
+TQ_OBJECT
   
 public:
     // Consturctor
@@ -50,7 +50,7 @@ private:
 
 class FreeverbPlugin : public FXPlugin
 {
-Q_OBJECT
+TQ_OBJECT
   
 public: 
     // Constructor
-- 
cgit v1.2.1