From cb59219281a9666896ee96b02a487bbc0206082d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:37:04 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kexi/plugins/reports/kexireportview.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/plugins/reports/kexireportview.h') diff --git a/kexi/plugins/reports/kexireportview.h b/kexi/plugins/reports/kexireportview.h index 794fa49c..413b8cd8 100644 --- a/kexi/plugins/reports/kexireportview.h +++ b/kexi/plugins/reports/kexireportview.h @@ -33,7 +33,7 @@ class KexiReportForm; class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView { - Q_OBJECT + TQ_OBJECT public: @@ -62,7 +62,7 @@ class KEXIREPORTUTILS_EXPORT KexiReportScrollView : public KexiScrollView (preview == false in constructor). */ class KEXIREPORTUTILS_EXPORT KexiReportView : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1