diff options
Diffstat (limited to 'daemon/watchcommands.h')
| -rw-r--r-- | daemon/watchcommands.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/watchcommands.h b/daemon/watchcommands.h index 8626b7c..1fa4859 100644 --- a/daemon/watchcommands.h +++ b/daemon/watchcommands.h @@ -2,14 +2,14 @@ #define WATCHCOMMANDS_H #include "watchconnector.h" -#include <Log4Qt/Logger> +#include <QLoggingCategory> #include <QObject> class WatchCommands : public QObject { Q_OBJECT - LOG4QT_DECLARE_QCLASS_LOGGER + QLoggingCategory l; watch::WatchConnector *watch; |
