summaryrefslogtreecommitdiff
path: root/daemon/jskitobjects.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/jskitobjects.h')
-rw-r--r--daemon/jskitobjects.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/daemon/jskitobjects.h b/daemon/jskitobjects.h
index 532ce1b..1477fc6 100644
--- a/daemon/jskitobjects.h
+++ b/daemon/jskitobjects.h
@@ -11,7 +11,7 @@
class JSKitPebble : public QObject
{
Q_OBJECT
- LOG4QT_DECLARE_QCLASS_LOGGER
+ QLoggingCategory l;
public:
explicit JSKitPebble(const AppInfo &appInfo, JSKitManager *mgr);
@@ -44,7 +44,7 @@ private:
class JSKitConsole : public QObject
{
Q_OBJECT
- LOG4QT_DECLARE_QCLASS_LOGGER
+ QLoggingCategory l;
public:
explicit JSKitConsole(JSKitManager *mgr);
@@ -84,7 +84,7 @@ private:
class JSKitXMLHttpRequest : public QObject
{
Q_OBJECT
- LOG4QT_DECLARE_QCLASS_LOGGER
+ QLoggingCategory l;
Q_ENUMS(ReadyStates)
Q_PROPERTY(QJSValue onload READ onload WRITE setOnload)
@@ -168,7 +168,7 @@ class JSKitGeolocation : public QObject
{
Q_OBJECT
Q_ENUMS(PositionError)
- LOG4QT_DECLARE_QCLASS_LOGGER
+ QLoggingCategory l;
struct Watcher;