From ef14fba42c78a96d905c42632a62dc11f353b1c3 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 (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d) --- kexi/plugins/relations/kexirelationmaindlg.h | 2 +- kexi/plugins/relations/kexirelationpartimpl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kexi/plugins/relations') diff --git a/kexi/plugins/relations/kexirelationmaindlg.h b/kexi/plugins/relations/kexirelationmaindlg.h index 3e0cd509..eb21de2b 100644 --- a/kexi/plugins/relations/kexirelationmaindlg.h +++ b/kexi/plugins/relations/kexirelationmaindlg.h @@ -27,7 +27,7 @@ class KexiRelationWidget; class KexiRelationMainDlg : public KexiViewBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/plugins/relations/kexirelationpartimpl.h b/kexi/plugins/relations/kexirelationpartimpl.h index 96c999f8..d8023b23 100644 --- a/kexi/plugins/relations/kexirelationpartimpl.h +++ b/kexi/plugins/relations/kexirelationpartimpl.h @@ -24,7 +24,7 @@ class KexiRelationPartImpl : public KexiInternalPart { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1