summaryrefslogtreecommitdiff
path: root/src/history/historypanel.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:31:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-20 23:31:41 +0200
commit19eb738f838bf214c9178a4f02464056137b0fa5 (patch)
treed73539d97dfad3cdb1a3e3c8b0567630ff2cb943 /src/history/historypanel.cpp
parentrekonq 0.9.56 (diff)
downloadrekonq-19eb738f838bf214c9178a4f02464056137b0fa5.tar.xz
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Diffstat (limited to 'src/history/historypanel.cpp')
-rw-r--r--src/history/historypanel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/history/historypanel.cpp b/src/history/historypanel.cpp
index e09b4f48..5037a4d1 100644
--- a/src/history/historypanel.cpp
+++ b/src/history/historypanel.cpp
@@ -35,6 +35,7 @@
// Local Includes
#include "application.h"
#include "paneltreeview.h"
+#include "historymanager.h"
#include "historymodels.h"
#include "urlfilterproxymodel.h"
@@ -45,7 +46,7 @@
#include <KMessageBox>
// Qt Includes
-#include <QtGui/QHeaderView>
+#include <QHeaderView>
HistoryPanel::HistoryPanel(const QString &title, QWidget *parent, Qt::WindowFlags flags)