summaryrefslogtreecommitdiff
path: root/src/history/historypanel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-03-24 16:04:23 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-03-24 16:04:23 +0100
commitfa0ae8e974c22d23bd74d2043e153effff54c7da (patch)
tree906999abc96495877f04cbf25542bc6755b2b463 /src/history/historypanel.h
parentThis commit should finally fix settings handling (diff)
parentAdd missing files (diff)
downloadrekonq-fa0ae8e974c22d23bd74d2043e153effff54c7da.tar.xz
Merge commit 'refs/merge-requests/107' of git://gitorious.org/rekonq/mainline into HistoryBookmarksImprovements
Diffstat (limited to 'src/history/historypanel.h')
-rw-r--r--src/history/historypanel.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/history/historypanel.h b/src/history/historypanel.h
index 6e6a9162..0c01189c 100644
--- a/src/history/historypanel.h
+++ b/src/history/historypanel.h
@@ -31,6 +31,8 @@
// Local Includes
#include "rekonqprivate_export.h"
+#include "application.h"
+#include "urltreeview.h"
// Qt Includes
#include <QDockWidget>
@@ -50,13 +52,17 @@ public:
~HistoryPanel();
signals:
- void openUrl(const KUrl &);
+ void openUrl(const KUrl &, const Rekonq::OpenType &);
+ void itemHovered(const QString &);
private slots:
- void itemActivated(const QModelIndex &);
+ void contextMenuItem(const QPoint &pos);
+ void contextMenuGroup(const QPoint &pos);
+ void openAll();
private:
void setup();
+ UrlTreeView *m_treeView;
};
#endif // HISTORYPANEL_H