diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-20 23:31:41 +0200 |
commit | 19eb738f838bf214c9178a4f02464056137b0fa5 (patch) | |
tree | d73539d97dfad3cdb1a3e3c8b0567630ff2cb943 /src/history/historymanager.h | |
parent | rekonq 0.9.56 (diff) | |
download | rekonq-19eb738f838bf214c9178a4f02464056137b0fa5.tar.xz |
Clean up headers && fix compilation with (the upcoming) qt 4.8.2
Diffstat (limited to 'src/history/historymanager.h')
-rw-r--r-- | src/history/historymanager.h | 20 |
1 files changed, 10 insertions, 10 deletions
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 <KUrl> @@ -43,12 +40,18 @@ #include <QDateTime> #include <QHash> #include <QObject> -#include <QTimer> -#include <QSortFilterProxyModel> #include <QWebHistory> #include <math.h> +// 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: |