From ce5e23562bd87fad061187e168873cbb3277430c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:55:39 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/sources/source.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sources/source.h') diff --git a/src/sources/source.h b/src/sources/source.h index e938297..410c8bd 100644 --- a/src/sources/source.h +++ b/src/sources/source.h @@ -33,7 +33,7 @@ class TQVBoxLayout; * @author Ken Werner */ class Source : public TQObject { - Q_OBJECT + TQ_OBJECT //macro which activates signals and slots (moc) public: /** -- cgit v1.2.3