diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-14 10:39:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-14 10:39:36 +0200 |
commit | 6a5f7762fa7e2876d63c4adb9a1842acef0c7333 (patch) | |
tree | 85b7235eacb17121ffaa1cd3a4efebade84639e4 /src/history/historypanel.cpp | |
parent | Finally cleaning Application class, getting rid of loadUrl(string) slot (diff) | |
download | rekonq-6a5f7762fa7e2876d63c4adb9a1842acef0c7333.tar.xz |
Stupid commit :)
Renamed urltreeview files to paneltreeviews one to let my konsole tab
completion easily work.
Blame me for this..
Diffstat (limited to 'src/history/historypanel.cpp')
-rw-r--r-- | src/history/historypanel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/history/historypanel.cpp b/src/history/historypanel.cpp index 87b5fe55..8c36dfa8 100644 --- a/src/history/historypanel.cpp +++ b/src/history/historypanel.cpp @@ -52,8 +52,8 @@ HistoryPanel::HistoryPanel(const QString &title, QWidget *parent, Qt::WindowFlags flags) - : QDockWidget(title, parent, flags), - m_treeView(new UrlTreeView(this)) + : QDockWidget(title, parent, flags) + , m_treeView(new PanelTreeView(this)) { setup(); setShown(ReKonfig::showHistoryPanel()); |