From f5f3eb33f587085077453d74aadffa2d2377a73d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:49:18 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/tsthread/tsthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tsthread') diff --git a/src/tsthread/tsthread.h b/src/tsthread/tsthread.h index abdb556..56086d4 100644 --- a/src/tsthread/tsthread.h +++ b/src/tsthread/tsthread.h @@ -58,7 +58,7 @@ class TSCurrentThread; class TSThread : public TQObject { - Q_OBJECT + TQ_OBJECT public: TSThread(); -- cgit v1.2.1