diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:02:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 14:02:46 +0900 |
commit | c11899096e8c9352d64409197f6df3d9f4e273c8 (patch) | |
tree | f89fd83d37953fbf631883d807bae5b7e70b1abf /src/daemon | |
parent | d864a4e665cd8ebcd75a2f94ab1ec0caffd659c1 (diff) | |
download | kdbusnotification-c11899096e8c9352d64409197f6df3d9f4e273c8.tar.gz kdbusnotification-c11899096e8c9352d64409197f6df3d9f4e273c8.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/daemon.h | 2 |
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(); |