summaryrefslogtreecommitdiff
path: root/src/cookiejar.h
diff options
context:
space:
mode:
authorLionel Chauvin <megabigbug@yahoo.fr>2009-08-05 23:48:27 +0200
committerLionel Chauvin <megabigbug@yahoo.fr>2009-08-05 23:48:27 +0200
commit109809f8fa4443bf99d3e89a4a0c4f6f5f0e32c2 (patch)
treeed4857ad517280f641a6109f26283e18f64ca6fa /src/cookiejar.h
parentReplace privacy icon and text by history (diff)
downloadrekonq-109809f8fa4443bf99d3e89a4a0c4f6f5f0e32c2.tar.xz
clean code
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