From f5f3eb33f587085077453d74aadffa2d2377a73d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:49:18 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/gvcore/document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/document.h') diff --git a/src/gvcore/document.h b/src/gvcore/document.h index a8056d1..a7e46be 100644 --- a/src/gvcore/document.h +++ b/src/gvcore/document.h @@ -52,7 +52,7 @@ class DocumentImpl; * - loaded() is emitted */ class LIBGWENVIEW_EXPORT Document : public TQObject { -Q_OBJECT +TQ_OBJECT public: enum CommentState { NONE=0, READ_ONLY=1, WRITABLE=2 }; -- cgit v1.2.1