summaryrefslogtreecommitdiff
path: root/src/cookiejar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cookiejar.h')
-rw-r--r--src/cookiejar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cookiejar.h b/src/cookiejar.h
index a1fe7d2d..5504cf3c 100644
--- a/src/cookiejar.h
+++ b/src/cookiejar.h
@@ -30,6 +30,7 @@
// Qt Includes
#include <QtNetwork/QNetworkCookieJar>
+#include <QtDBus/QtDBus>
// Forward Declarations
class QUrl;
@@ -50,6 +51,7 @@ public:
private:
qlonglong m_windowId;
+ QDBusInterface *m_kcookiejar;
};
#endif // RECOOKIEJAR_H