summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@gmail.com>2011-06-29 21:09:27 +0200
committerPierre Rossi <pierre.rossi@gmail.com>2011-06-29 21:09:27 +0200
commitf2f8d48c390b8d8bef84c98026a0435da2045409 (patch)
tree000ecbae37246e5e972f70d1ec6e1372cbb15d83 /src/application.cpp
parentFixup for vi style navigation event handling. (diff)
downloadrekonq-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.cpp3
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;