From 80cf5c3c0b779c869e61dca0da9eec18b962c8ce Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Fri, 12 Dec 2014 20:57:07 +0100 Subject: Replaced Log4Qt with Qt 5.2+ QLoggingCategory --- daemon/notificationmanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'daemon/notificationmanager.h') diff --git a/daemon/notificationmanager.h b/daemon/notificationmanager.h index 0432f00..037ff07 100644 --- a/daemon/notificationmanager.h +++ b/daemon/notificationmanager.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include "settings.h" #include @@ -14,7 +14,7 @@ typedef QHash QStringHash; class NotificationManager : public QObject, protected QDBusContext { Q_OBJECT - LOG4QT_DECLARE_QCLASS_LOGGER + QLoggingCategory l; Q_CLASSINFO("D-Bus Interface", "org.freedesktop.Notifications") Q_PROPERTY(QDBusInterface* interface READ interface) -- cgit v1.2.3