summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 8c993a63..c2795048 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -34,6 +34,7 @@
#include "webview.h"
#include "webpage.h"
#include "application.h"
+#include "history.h"
// KDE Includes
#include <KTabWidget>
@@ -89,7 +90,7 @@ public:
*/
WebView *newWebView(bool focused = true, bool nearParent = false);
- KUrl::List recentlyClosedTabs();
+ QList<HistoryItem> recentlyClosedTabs();
signals:
// tab widget signals
@@ -159,7 +160,7 @@ private:
int m_currentTabIndex;
- KUrl::List m_recentlyClosedTabs;
+ QList<HistoryItem> m_recentlyClosedTabs;
};
#endif // MAINVIEW_H