summaryrefslogtreecommitdiff
path: root/src/history/historymanager.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-27 01:05:39 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-27 01:05:39 +0200
commitd735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b (patch)
tree7f503381217f59ec680f141babd4f07a878ecad1 /src/history/historymanager.h
parentRevert "Fix opensearch add shortcut handling" (diff)
downloadrekonq-d735b4f8c7df87dd92a6f2c15c5b9c3aaa93765b.tar.xz
Revert "Clean up headers && fix compilation with (the upcoming) qt 4.8.2"
This reverts commit 962d9dd1fc5fe530dc9a7e29c95a0a2c1e7aa885.
Diffstat (limited to 'src/history/historymanager.h')
-rw-r--r--src/history/historymanager.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/history/historymanager.h b/src/history/historymanager.h
index 5be32b9e..d4531e5c 100644
--- a/src/history/historymanager.h
+++ b/src/history/historymanager.h
@@ -33,6 +33,9 @@
// Rekonq Includes
#include "rekonq_defines.h"
+// Local Includes
+#include "urlresolver.h"
+
// KDE Includes
#include <KUrl>
@@ -40,18 +43,13 @@
#include <QDateTime>
#include <QHash>
#include <QObject>
+#include <QTimer>
+#include <QSortFilterProxyModel>
+#include <QWebHistoryInterface>
#include <QWebHistory>
#include <math.h>
-// Forward Declarations
-class AutoSaver;
-class HistoryFilterModel;
-class HistoryTreeModel;
-
-class QWebHistory;
-
-
/**
* Elements in this class represent an history item
*
@@ -102,7 +100,6 @@ public:
// ---------------------------------------------------------------------------------------------------------------
-
class TabHistory
{
public:
@@ -136,10 +133,14 @@ public:
QByteArray history;
};
-
// ---------------------------------------------------------------------------------------------------------------
+// Forward Declarations
+class AutoSaver;
+class HistoryFilterModel;
+class HistoryTreeModel;
+
/**
* THE History Manager:
* It manages rekonq history