summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-27 01:05:39 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-27 01:05:39 +0200
commitd735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b (patch)
tree7f503381217f59ec680f141babd4f07a878ecad1 /src/webpage.cpp
parentRevert "Fix opensearch add shortcut handling" (diff)
downloadrekonq-d735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b.tar.xz
Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"
This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r--src/webpage.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp
index f803643e..f22d478b 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -41,7 +41,6 @@
#include "adblockmanager.h"
#include "application.h"
#include "downloadmanager.h"
-#include "historymanager.h"
#include "iconmanager.h"
#include "mainview.h"
#include "mainwindow.h"
@@ -71,9 +70,7 @@
#include <kparts/browseropenorsavequestion.h>
// Qt Includes
-#include <QTextDocument>
-#include <QFileInfo>
-#include <QNetworkReply>
+#include <QtGui/QTextDocument>
// Returns true if the scheme and domain of the two urls match...