summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanoil Kotsev <[email protected]>2023-10-10 12:16:56 +0200
committerEmanoil Kotsev <[email protected]>2024-11-09 18:49:26 +0000
commite4d8cc62411aa37f76c3ce53dff153f68122a406 (patch)
treeee093d323a8e5c2e8d8ec3ec880ff955e1ba926f
parent8cc56c2bc61fd61882a19b7cca1849511a1bdfdf (diff)
downloadkdbusnotification-e4d8cc62411aa37f76c3ce53dff153f68122a406.tar.gz
kdbusnotification-e4d8cc62411aa37f76c3ce53dff153f68122a406.zip
Q_OBJECT -> TQ_OBJECT
Signed-off-by: Emanoil Kotsev <[email protected]>
-rw-r--r--src/daemon/NotificationDaemon.h2
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();