From cd4b0ac22608120ad003f575a1640e1ddc7703df Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 15:07:09 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- kmail/subscriptiondialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmail/subscriptiondialog.h') diff --git a/kmail/subscriptiondialog.h b/kmail/subscriptiondialog.h index bfae617c7..dd84faec5 100644 --- a/kmail/subscriptiondialog.h +++ b/kmail/subscriptiondialog.h @@ -46,7 +46,7 @@ namespace KMail { // (More Effective C++, Item 33) class SubscriptionDialogBase : public KSubscription { - Q_OBJECT + TQ_OBJECT public: @@ -127,7 +127,7 @@ namespace KMail { class SubscriptionDialog : public SubscriptionDialogBase { - Q_OBJECT + TQ_OBJECT public: -- cgit v1.2.1