From 12810f40be01fad3384c0ae1527d0a0f5a378886 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 19 Oct 2009 11:56:15 +0200 Subject: Porting recently closed tabs to use HistoryItem. This way we can have more useful infos about --- src/mainview.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mainview.h') 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 @@ -89,7 +90,7 @@ public: */ WebView *newWebView(bool focused = true, bool nearParent = false); - KUrl::List recentlyClosedTabs(); + QList recentlyClosedTabs(); signals: // tab widget signals @@ -159,7 +160,7 @@ private: int m_currentTabIndex; - KUrl::List m_recentlyClosedTabs; + QList m_recentlyClosedTabs; }; #endif // MAINVIEW_H -- cgit v1.2.1