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:31:41 +0200 |
commit | 19eb738f838bf214c9178a4f02464056137b0fa5 (patch) | |
tree | d73539d97dfad3cdb1a3e3c8b0567630ff2cb943 /src/application.cpp | |
parent | rekonq 0.9.56 (diff) | |
download | rekonq-19eb738f838bf214c9178a4f02464056137b0fa5.tar.xz |
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp index bfe5cc09..0dea1296 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -51,6 +51,7 @@ #include "stackedurlbar.h" #include "tabbar.h" #include "urlbar.h" +#include "urlresolver.h" #include "useragentmanager.h" #include "webtab.h" @@ -70,6 +71,8 @@ // Qt Includes #include <QVBoxLayout> +#include <QDir> +#include <QTimer> using namespace ThreadWeaver; |