diff options
Diffstat (limited to 'daemon/voicecallhandler.h')
| -rw-r--r-- | daemon/voicecallhandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/voicecallhandler.h b/daemon/voicecallhandler.h index f7fbb8b..fb20ac7 100644 --- a/daemon/voicecallhandler.h +++ b/daemon/voicecallhandler.h @@ -4,12 +4,12 @@ #include <QObject> #include <QDateTime> #include <QDBusPendingCallWatcher> -#include <Log4Qt/Logger> +#include <QLoggingCategory> class VoiceCallHandler : public QObject { Q_OBJECT - LOG4QT_DECLARE_QCLASS_LOGGER + QLoggingCategory l; Q_ENUMS(VoiceCallStatus) |
