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/documentanimatedloadedimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/documentanimatedloadedimpl.h') diff --git a/src/gvcore/documentanimatedloadedimpl.h b/src/gvcore/documentanimatedloadedimpl.h index 736edcc..5a6a1e7 100644 --- a/src/gvcore/documentanimatedloadedimpl.h +++ b/src/gvcore/documentanimatedloadedimpl.h @@ -38,7 +38,7 @@ class Document; class DocumentAnimatedLoadedImplPrivate; class DocumentAnimatedLoadedImpl : public DocumentLoadedImpl { -Q_OBJECT +TQ_OBJECT public: DocumentAnimatedLoadedImpl(Document* document, const ImageFrames& frames); -- cgit v1.2.1