summaryrefslogtreecommitdiff
path: root/daemon/dbusconnector.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/dbusconnector.h')
-rw-r--r--daemon/dbusconnector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/dbusconnector.h b/daemon/dbusconnector.h
index 7ed3d56..6b48f99 100644
--- a/daemon/dbusconnector.h
+++ b/daemon/dbusconnector.h
@@ -4,14 +4,14 @@
#include <QObject>
#include <QStringList>
#include <QVariantMap>
-#include <Log4Qt/Logger>
+#include <QLoggingCategory>
// TODO Remove this.
class DBusConnector : public QObject
{
Q_OBJECT
- LOG4QT_DECLARE_QCLASS_LOGGER
+ QLoggingCategory l;
Q_PROPERTY(QVariantMap pebble READ pebble NOTIFY pebbleChanged)
QVariantMap pebbleProps;