diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:19:14 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:19:14 +0200 |
commit | 32da13f039241349c894f5c13cc1954c16c2e783 (patch) | |
tree | 63e42d04ac8d38a0650e35c08057be854ebfb508 /src/sidepanel.h | |
parent | Merge commit 'avaddon/master' into MERGING (diff) | |
download | rekonq-32da13f039241349c894f5c13cc1954c16c2e783.tar.xz |
Revert "Some changes ported for merge to mainline (bookmarks & links handling related)"
links hadling problem
This reverts commit fdbd70a77a8c294e0a578073c738f3bc4dfa6ab5.
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 7efb919b..ae1a76f1 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&, Rekonq::OpenType type=Rekonq::Current); - + void openUrl(const KUrl&); + private: PanelHistory *m_panelHistory; - + }; #endif // SIDEPANEL_H |