summaryrefslogtreecommitdiff
path: root/src/mainview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainview.h')
-rw-r--r--src/mainview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h
index 2ca3e9e7..ede1d62e 100644
--- a/src/mainview.h
+++ b/src/mainview.h
@@ -100,7 +100,7 @@ public:
*/
WebTab *newWebTab(bool focused = true);
- inline QList<HistoryItem> recentlyClosedTabs()
+ inline QList<TabHistory> recentlyClosedTabs()
{
return m_recentlyClosedTabs;
}
@@ -199,7 +199,7 @@ private:
int m_currentTabIndex;
- QList<HistoryItem> m_recentlyClosedTabs;
+ QList<TabHistory> m_recentlyClosedTabs;
MainWindow *m_parentWindow;
};