summaryrefslogtreecommitdiff
path: root/src/cookiejar.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-06 09:54:17 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-06 09:54:17 +0200
commit71de98a78ee727173e54cc00fab5ece4de579a58 (patch)
tree5d50449185d966eb9e39063bcff749a1b301caf5 /src/cookiejar.h
parentclean code (diff)
downloadrekonq-71de98a78ee727173e54cc00fab5ece4de579a58.tar.xz
Some coding trivial fixes
Diffstat (limited to 'src/cookiejar.h')
-rw-r--r--src/cookiejar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cookiejar.h b/src/cookiejar.h
index 5504cf3c..f78a9662 100644
--- a/src/cookiejar.h
+++ b/src/cookiejar.h
@@ -30,11 +30,13 @@
// Qt Includes
#include <QtNetwork/QNetworkCookieJar>
-#include <QtDBus/QtDBus>
+
+#include <QtDBus/QDBusInterface>
// Forward Declarations
class QUrl;
+
class CookieJar : public QNetworkCookieJar
{
Q_OBJECT