summaryrefslogtreecommitdiff
path: root/src/panelhistory.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-05 10:25:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-05 10:25:41 +0200
commitbddbda6322eb69ad50dd2b7c7f520ad3b2366a5f (patch)
treeb2fa4040f1d81fcc56319830861b9b60010bb3c7 /src/panelhistory.cpp
parentUpdated Changelog and TODO files. Removed unuseful FILES file (diff)
downloadrekonq-bddbda6322eb69ad50dd2b7c7f520ad3b2366a5f.tar.xz
Fix Include
Imported commit from KDE svn. Thanks to mlaurent for this..
Diffstat (limited to 'src/panelhistory.cpp')
-rw-r--r--src/panelhistory.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/panelhistory.cpp b/src/panelhistory.cpp
index 9d38fcc6..ec9cfd47 100644
--- a/src/panelhistory.cpp
+++ b/src/panelhistory.cpp
@@ -28,10 +28,8 @@
#include <QtGui/QHeaderView>
// KDE Includes
-#include <KLocalizedString>
#include <KLineEdit>
-#include <KUrl>
-
+#include <KLocalizedString>
PanelHistory::PanelHistory(QWidget *parent)
: QWidget(parent)