diff options
Diffstat (limited to 'src/history/historypanel.h')
-rw-r--r-- | src/history/historypanel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/history/historypanel.h b/src/history/historypanel.h index 0c01189c..a4dfaf64 100644 --- a/src/history/historypanel.h +++ b/src/history/historypanel.h @@ -32,7 +32,7 @@ // Local Includes #include "rekonqprivate_export.h" #include "application.h" -#include "urltreeview.h" +#include "paneltreeview.h" // Qt Includes #include <QDockWidget> @@ -62,7 +62,7 @@ private slots: private: void setup(); - UrlTreeView *m_treeView; + PanelTreeView *m_treeView; }; #endif // HISTORYPANEL_H |