From d6c24d70fffccecf73e9a8b87432ca798fdd7eb8 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 (cherry picked from commit f5f3eb33f587085077453d74aadffa2d2377a73d) --- src/gvcore/imageviewcontroller.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gvcore/imageviewcontroller.h') diff --git a/src/gvcore/imageviewcontroller.h b/src/gvcore/imageviewcontroller.h index 0643b61..e97b812 100644 --- a/src/gvcore/imageviewcontroller.h +++ b/src/gvcore/imageviewcontroller.h @@ -42,7 +42,7 @@ class ImageView; class LIBGWENVIEW_EXPORT ImageViewController : public TQObject { -Q_OBJECT +TQ_OBJECT public: ImageViewController(TQWidget* parent, Document*, TDEActionCollection*); -- cgit v1.2.1