summaryrefslogtreecommitdiff
path: root/src/sidepanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sidepanel.h')
-rw-r--r--src/sidepanel.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/sidepanel.h b/src/sidepanel.h
index 0b5a226e..6aca3587 100644
--- a/src/sidepanel.h
+++ b/src/sidepanel.h
@@ -36,14 +36,13 @@
// Forward Declarations
class KUrl;
-class PanelHistory;
+class HistoryPanel;
class SidePanel : public QDockWidget
{
Q_OBJECT
- Q_DISABLE_COPY(SidePanel)
-
+
public:
explicit SidePanel(const QString &title, QWidget *parent = 0, Qt::WindowFlags flags = 0);
~SidePanel();
@@ -52,7 +51,7 @@ signals:
void openUrl(const KUrl &);
private:
- PanelHistory *m_panelHistory;
+ HistoryPanel *m_historyPanel;
};