summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:31:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:31:41 +0200
commit19eb738f838bf214c9178a4f02464056137b0fa5 (patch)
treed73539d97dfad3cdb1a3e3c8b0567630ff2cb943 /src/webpage.cpp
parentrekonq 0.9.56 (diff)
downloadrekonq-19eb738f838bf214c9178a4f02464056137b0fa5.tar.xz
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r--src/webpage.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp
index 2f4b5efc..c6e318e8 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -41,6 +41,7 @@
#include "adblockmanager.h"
#include "application.h"
#include "downloadmanager.h"
+#include "historymanager.h"
#include "iconmanager.h"
#include "mainview.h"
#include "mainwindow.h"
@@ -70,7 +71,9 @@
#include <kparts/browseropenorsavequestion.h>
// Qt Includes
-#include <QtGui/QTextDocument>
+#include <QTextDocument>
+#include <QFileInfo>
+#include <QNetworkReply>
// Returns true if the scheme and domain of the two urls match...