From c11899096e8c9352d64409197f6df3d9f4e273c8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 14:02:46 +0900 Subject: [PATCH] Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro --- src/daemon/daemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h index 768f438..5fd3bec 100644 --- a/src/daemon/daemon.h +++ b/src/daemon/daemon.h @@ -24,7 +24,7 @@ class TDEUI_EXPORT NotificationContainer : public TDEPassivePopupStackContainer { - Q_OBJECT + TQ_OBJECT public: NotificationContainer();