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.h | |
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.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 |