From 0821a5d8769a1b7b7ae6757214be138ce949ccaf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:44:56 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit 5b62278a4b9c6660617802ac80f3734294c331c5) --- core/polkit-tqt-authority.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/polkit-tqt-authority.h') diff --git a/core/polkit-tqt-authority.h b/core/polkit-tqt-authority.h index c3cd4c241..91aace5c9 100644 --- a/core/polkit-tqt-authority.h +++ b/core/polkit-tqt-authority.h @@ -66,7 +66,7 @@ namespace PolkitTQt */ class POLKIT_TQT_EXPORT Authority : public TQObject { - Q_OBJECT + TQ_OBJECT public: enum Result -- cgit v1.2.1