diff options
Diffstat (limited to 'daemon/voicecallmanager.h')
| -rw-r--r-- | daemon/voicecallmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/voicecallmanager.h b/daemon/voicecallmanager.h index 5c21269..ec51230 100644 --- a/daemon/voicecallmanager.h +++ b/daemon/voicecallmanager.h @@ -7,7 +7,7 @@ #include <QObject> #include <QDBusInterface> #include <QDBusPendingCallWatcher> -#include <Log4Qt/Logger> +#include <QLoggingCategory> class VoiceCallProviderData { @@ -28,7 +28,7 @@ typedef QList<VoiceCallHandler*> VoiceCallHandlerList; class VoiceCallManager : public QObject { Q_OBJECT - LOG4QT_DECLARE_QCLASS_LOGGER + QLoggingCategory l; Q_PROPERTY(QDBusInterface* interface READ interface) |
