summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:46 +0900
commitc11899096e8c9352d64409197f6df3d9f4e273c8 (patch)
treef89fd83d37953fbf631883d807bae5b7e70b1abf
parentd864a4e665cd8ebcd75a2f94ab1ec0caffd659c1 (diff)
downloadkdbusnotification-c1189909.tar.gz
kdbusnotification-c1189909.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/daemon/daemon.h2
1 files changed, 1 insertions, 1 deletions
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();