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/imageview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/imageview.h') diff --git a/src/gvcore/imageview.h b/src/gvcore/imageview.h index f6f6bb4..2febb3c 100644 --- a/src/gvcore/imageview.h +++ b/src/gvcore/imageview.h @@ -47,7 +47,7 @@ namespace Gwenview { class Document; class LIBGWENVIEW_EXPORT ImageView : public TQScrollView { -Q_OBJECT +TQ_OBJECT public: -- cgit v1.2.1