From 55cd4e5c5697a37d6845e2f056a16c512799023c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:36:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7) --- tdecore/ksimpledirwatch_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/ksimpledirwatch_p.h') diff --git a/tdecore/ksimpledirwatch_p.h b/tdecore/ksimpledirwatch_p.h index cf1288064..7c6986d1a 100644 --- a/tdecore/ksimpledirwatch_p.h +++ b/tdecore/ksimpledirwatch_p.h @@ -23,7 +23,7 @@ */ class KSimpleDirWatchPrivate : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum entryStatus { Normal = 0, NonExistent }; -- cgit v1.2.1