From 06ee3c8c063933d06b750c0f557a99b4e1037de8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:35:15 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 7aeb471bbc0f8e1734d58a1aefc3fc96b054038b) --- src/findduplicates.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/findduplicates.h') diff --git a/src/findduplicates.h b/src/findduplicates.h index 27228d3..26d08c2 100644 --- a/src/findduplicates.h +++ b/src/findduplicates.h @@ -33,7 +33,7 @@ namespace KBibTeX */ class FindDuplicates : public TQObject { - Q_OBJECT + TQ_OBJECT public: typedef TQValueList DuplicateClique; typedef TQValueList DuplicateCliqueList; -- cgit v1.2.1