diff options
author | Jon Ander Peñalba <jonan88@gmail.com> | 2010-08-30 17:10:04 +0200 |
---|---|---|
committer | Jon Ander Peñalba <jonan88@gmail.com> | 2010-08-30 17:10:04 +0200 |
commit | 5fcf9b79a80d24261ae79999c13dc023ba1b677d (patch) | |
tree | 9e0ae80298ced0ea5744f45e2577fbb1db4274cd /src/history | |
parent | Minor changes in the panels (diff) | |
download | rekonq-5fcf9b79a80d24261ae79999c13dc023ba1b677d.tar.xz |
panels directory removed
Diffstat (limited to 'src/history')
-rw-r--r-- | src/history/historypanel.cpp | 3 | ||||
-rw-r--r-- | src/history/historypanel.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/history/historypanel.cpp b/src/history/historypanel.cpp index c0097965..84f2296e 100644 --- a/src/history/historypanel.cpp +++ b/src/history/historypanel.cpp @@ -32,11 +32,10 @@ #include "rekonq.h" // Local Includes -#include "panels/urlfilterproxymodel.h" - #include "application.h" #include "paneltreeview.h" #include "historymodels.h" +#include "urlfilterproxymodel.h" // KDE Includes #include <KLocalizedString> diff --git a/src/history/historypanel.h b/src/history/historypanel.h index 12ffe953..9c9d4a4e 100644 --- a/src/history/historypanel.h +++ b/src/history/historypanel.h @@ -33,7 +33,7 @@ #include "rekonq_defines.h" // Local Includes -#include "panels/urlpanel.h" +#include "urlpanel.h" class REKONQ_TESTS_EXPORT HistoryPanel : public UrlPanel |