diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:47:32 +0200 |
commit | 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885 (patch) | |
tree | 61b57a16e83c5a170799f9abfc6b667911966992 /src/iconmanager.cpp | |
parent | Fix apturl handling (workaround) (diff) | |
download | rekonq-962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.tar.xz |
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Conflicts:
src/adblock/adblockwidget.h
src/application.h
src/history/historymanager.h
src/tabpreviewpopup.cpp
Backported from master branch
Diffstat (limited to 'src/iconmanager.cpp')
-rw-r--r-- | src/iconmanager.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/iconmanager.cpp b/src/iconmanager.cpp index 86fa5393..2876aa27 100644 --- a/src/iconmanager.cpp +++ b/src/iconmanager.cpp @@ -30,8 +30,8 @@ // Local Includes #include "application.h" -#include "webicon.h" #include "icondownloader.h" +#include "webicon.h" // KDE Includes #include <KIO/Job> @@ -41,11 +41,11 @@ #include <KUrl> // Qt Includes -#include <QtCore/QDir> +#include <QDir> -#include <QtWebKit/QWebElement> -#include <QtWebKit/QWebFrame> -#include <QtWebKit/QWebSettings> +#include <QWebElement> +#include <QWebFrame> +#include <QWebSettings> IconManager::IconManager(QObject *parent) |