From 19eb738f838bf214c9178a4f02464056137b0fa5 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 20 Apr 2012 23:31:41 +0200 Subject: Clean up headers && fix compilation with (the upcoming) qt 4.8.2 --- src/history/historymanager.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/history/historymanager.h') diff --git a/src/history/historymanager.h b/src/history/historymanager.h index fc2e9abd..4e727400 100644 --- a/src/history/historymanager.h +++ b/src/history/historymanager.h @@ -33,9 +33,6 @@ // Rekonq Includes #include "rekonq_defines.h" -// Local Includes -#include "urlresolver.h" - // KDE Includes #include @@ -43,12 +40,18 @@ #include #include #include -#include -#include #include #include +// Forward Declarations +class AutoSaver; +class HistoryFilterModel; +class HistoryTreeModel; + +class QWebHistory; + + /** * Elements in this class represent an history item * @@ -99,6 +102,7 @@ public: // --------------------------------------------------------------------------------------------------------------- + class TabHistory { public: @@ -132,13 +136,9 @@ public: QByteArray history; }; -// --------------------------------------------------------------------------------------------------------------- +// --------------------------------------------------------------------------------------------------------------- -// Forward Declarations -class AutoSaver; -class HistoryFilterModel; -class HistoryTreeModel; /** * THE History Manager: -- cgit v1.2.1