diff options
author | Pierre Rossi <pierre.rossi@gmail.com> | 2011-06-29 21:09:27 +0200 |
---|---|---|
committer | Pierre Rossi <pierre.rossi@gmail.com> | 2011-06-29 21:09:27 +0200 |
commit | f2f8d48c390b8d8bef84c98026a0435da2045409 (patch) | |
tree | 000ecbae37246e5e972f70d1ec6e1372cbb15d83 /src/application.cpp | |
parent | Fixup for vi style navigation event handling. (diff) | |
download | rekonq-f2f8d48c390b8d8bef84c98026a0435da2045409.tar.xz |
Fix includes.
Seems some dependencies were changed in Qt 4.8
Reviewed-By: TrustMe
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index c00f3f96..f51a6975 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -64,7 +64,8 @@ #include <KCharsets> // Qt Includes -#include <QVBoxLayout> +#include <QtCore/QDir> +#include <QtGui/QVBoxLayout> using namespace ThreadWeaver; |