summaryrefslogtreecommitdiff
path: root/src/panelhistory.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-06-02 01:50:28 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-06-02 01:50:28 +0200
commit0081a4fff5e3de0dedfa74134fc7ee221b106a5e (patch)
treee082599890e2adfde0167396d468b750b2a84dc5 /src/panelhistory.h
parentMerge branch 'review/master' (diff)
downloadrekonq-0081a4fff5e3de0dedfa74134fc7ee221b106a5e.tar.xz
Porting history Ui to KDE..
Diffstat (limited to 'src/panelhistory.h')
-rw-r--r--src/panelhistory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/panelhistory.h b/src/panelhistory.h
index c6fe1380..20152c64 100644
--- a/src/panelhistory.h
+++ b/src/panelhistory.h
@@ -22,14 +22,14 @@
// Local Includes
#include "application.h"
+#include "history.h"
// Qt Includes
-#include <QWidget>
+#include <QtGui/QWidget>
+#include <QtGui/QTreeView>
// Forward Declarations
-class QTreeView;
class KUrl;
-class TreeProxyModel;
class PanelHistory : public QWidget