diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:15:17 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:15:17 +0200 |
commit | 1758686ac4b3c1a2ebf9bc88158f7cf1ccb1e8e9 (patch) | |
tree | 392cb389ceafdf97d5b0bf475cf3ff0ec4f867c0 /src/sidepanel.h | |
parent | kdialog fixes (diff) | |
parent | TabBar context menu fix ported (diff) | |
download | rekonq-1758686ac4b3c1a2ebf9bc88158f7cf1ccb1e8e9.tar.xz |
Merge commit 'avaddon/master' into MERGING
Diffstat (limited to 'src/sidepanel.h')
-rw-r--r-- | src/sidepanel.h | 10 |
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 |