diff options
Diffstat (limited to 'src/sidepanel.h')
-rw-r--r-- | src/sidepanel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sidepanel.h b/src/sidepanel.h index 12be5030..c0af7827 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 &); - + private: PanelHistory *m_panelHistory; - + }; #endif // SIDEPANEL_H |