From 377a74382c0f10b2d3ec30d9b2337e8409bec58f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:35:00 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/document.h') diff --git a/src/document.h b/src/document.h index 1dc7b59..2e1219e 100644 --- a/src/document.h +++ b/src/document.h @@ -28,7 +28,7 @@ typedef TQValueList > ViewList; */ class Document : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum DocumentType -- cgit v1.2.1