diff options
author | Emanoil Kotsev <[email protected]> | 2023-10-10 12:16:56 +0200 |
---|---|---|
committer | Emanoil Kotsev <[email protected]> | 2024-11-09 18:49:26 +0000 |
commit | e4d8cc62411aa37f76c3ce53dff153f68122a406 (patch) | |
tree | ee093d323a8e5c2e8d8ec3ec880ff955e1ba926f | |
parent | 8cc56c2bc61fd61882a19b7cca1849511a1bdfdf (diff) | |
download | kdbusnotification-e4d8cc62411aa37f76c3ce53dff153f68122a406.tar.gz kdbusnotification-e4d8cc62411aa37f76c3ce53dff153f68122a406.zip |
Q_OBJECT -> TQ_OBJECT
Signed-off-by: Emanoil Kotsev <[email protected]>
-rw-r--r-- | src/daemon/NotificationDaemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/NotificationDaemon.h b/src/daemon/NotificationDaemon.h index 25adf7f..3aa8983 100644 --- a/src/daemon/NotificationDaemon.h +++ b/src/daemon/NotificationDaemon.h @@ -31,7 +31,7 @@ class NotificationDaemon : public KUniqueApplication { - Q_OBJECT + TQ_OBJECT public: NotificationDaemon(); |