From 37c2ad0c29c602b42d03c446bdd00dcb50f2729c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:38:00 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit e164b1d02780da8e0d91f5c6617b511f1b24fc6d) --- src/core/drophandler.h | 2 +- src/core/netaccess.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/drophandler.h b/src/core/drophandler.h index 6322bc7..8186042 100644 --- a/src/core/drophandler.h +++ b/src/core/drophandler.h @@ -20,7 +20,7 @@ namespace Tellico { class DropHandler : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/core/netaccess.h b/src/core/netaccess.h index 0e247e8..54d92e9 100644 --- a/src/core/netaccess.h +++ b/src/core/netaccess.h @@ -26,7 +26,7 @@ namespace TDEIO { namespace Tellico { class NetAccess : public TQObject { -Q_OBJECT +TQ_OBJECT public: -- cgit v1.2.1