diff options
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 5 |
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... |