summaryrefslogtreecommitdiff
path: root/src/sidepanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sidepanel.h')
-rw-r--r--src/sidepanel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sidepanel.h b/src/sidepanel.h
index ae1a76f1..7efb919b 100644
--- a/src/sidepanel.h
+++ b/src/sidepanel.h
@@ -34,17 +34,17 @@ class SidePanel : public QDockWidget
{
Q_OBJECT
Q_DISABLE_COPY(SidePanel)
-
+
public:
explicit SidePanel(const QString &title, QWidget *parent = 0, Qt::WindowFlags flags = 0);
~SidePanel();
-
+
signals:
- void openUrl(const KUrl&);
-
+ void openUrl(const KUrl&, Rekonq::OpenType type=Rekonq::Current);
+
private:
PanelHistory *m_panelHistory;
-
+
};
#endif // SIDEPANEL_H