From 6df27473e52921dbfb268945c748639f1cf806e4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:56:44 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/modules/dcc/chat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/dcc/chat.h') diff --git a/src/modules/dcc/chat.h b/src/modules/dcc/chat.h index b8b2493c..162018dd 100644 --- a/src/modules/dcc/chat.h +++ b/src/modules/dcc/chat.h @@ -65,7 +65,7 @@ class TQSplitter; class KviDccChat : public KviDccWindow { - Q_OBJECT + TQ_OBJECT public: KviDccChat(KviFrame *pFrm,KviDccDescriptor * dcc,const char * name); -- cgit v1.2.1