summaryrefslogtreecommitdiff
path: root/src/sidepanel.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-29 11:24:11 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-29 11:24:11 +0200
commit82862fbd150afae0101757d1d6081e0e6ddf7baa (patch)
treec864003f3580d4eae365e3757c7a826ae3f6bfe7 /src/sidepanel.h
parentForgot to add it... ;) (diff)
downloadrekonq-82862fbd150afae0101757d1d6081e0e6ddf7baa.tar.xz
astyle
Diffstat (limited to 'src/sidepanel.h')
-rw-r--r--src/sidepanel.h8
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