diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-27 01:05:39 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-27 01:05:39 +0200 |
commit | d735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b (patch) | |
tree | 7f503381217f59ec680f141babd4f07a878ecad1 /src/application.cpp | |
parent | Revert "Fix opensearch add shortcut handling" (diff) | |
download | rekonq-d735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b.tar.xz |
Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"
This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/application.cpp b/src/application.cpp index def8b865..e0570a5b 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -51,7 +51,6 @@ #include "stackedurlbar.h" #include "tabbar.h" #include "urlbar.h" -#include "urlresolver.h" #include "useragentmanager.h" #include "webtab.h" @@ -71,8 +70,6 @@ // Qt Includes #include <QVBoxLayout> -#include <QDir> -#include <QTimer> using namespace ThreadWeaver; |