From b9727aa65d06bf7835fbcc034069b63985b5b40a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 11:57:12 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/ksimulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ksimulator.h') diff --git a/src/ksimulator.h b/src/ksimulator.h index bd5ebe7..8a4a3b3 100644 --- a/src/ksimulator.h +++ b/src/ksimulator.h @@ -36,7 +36,7 @@ class KSimulator : public TQObject { - Q_OBJECT + TQ_OBJECT public: KSimulator(TQObject *parent = 0, const char *name = 0); -- cgit v1.2.1