From 6f41d5d897cf8f6100ae6e21321a93aaab9b1d84 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 12:56:58 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/profilesmartcardoptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profilesmartcardoptions.h') diff --git a/src/profilesmartcardoptions.h b/src/profilesmartcardoptions.h index b480469..6698b4b 100644 --- a/src/profilesmartcardoptions.h +++ b/src/profilesmartcardoptions.h @@ -30,7 +30,7 @@ */ class ProfileSmartcardOptions : public ProfileSmartcardOptionsBase { -Q_OBJECT +TQ_OBJECT public: ProfileSmartcardOptions(TQWidget *parent); -- cgit v1.2.3