summaryrefslogtreecommitdiff
path: root/src/history/historypanel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-27 01:05:39 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-27 01:05:39 +0200
commitd735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b (patch)
tree7f503381217f59ec680f141babd4f07a878ecad1 /src/history/historypanel.cpp
parentRevert "Fix opensearch add shortcut handling" (diff)
downloadrekonq-d735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b.tar.xz
Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"
This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
Diffstat (limited to 'src/history/historypanel.cpp')
-rw-r--r--src/history/historypanel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/history/historypanel.cpp b/src/history/historypanel.cpp
index 5037a4d1..e09b4f48 100644
--- a/src/history/historypanel.cpp
+++ b/src/history/historypanel.cpp
@@ -35,7 +35,6 @@
// Local Includes
#include "application.h"
#include "paneltreeview.h"
-#include "historymanager.h"
#include "historymodels.h"
#include "urlfilterproxymodel.h"
@@ -46,7 +45,7 @@
#include <KMessageBox>
// Qt Includes
-#include <QHeaderView>
+#include <QtGui/QHeaderView>
HistoryPanel::HistoryPanel(const QString &title, QWidget *parent, Qt::WindowFlags flags)