┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinrecenttabsmenu.h
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2014-08-10 20:36:44 +0200
committerEmmanuel Pescosta <[email protected]>2014-08-13 20:50:36 +0200
commit62418c58a58fac668e713655552b1c614b226298 (patch)
tree33997f4913c95c8a6dd2bd10a1cf3acb02439eee /src/dolphinrecenttabsmenu.h
parent4b70446c17dff6646c11966670bcbe145d07c685 (diff)
Use DolphinTabPage saveState/restoreState to remember and re-open closed tabs.
REVIEW: 118968
Diffstat (limited to 'src/dolphinrecenttabsmenu.h')
-rw-r--r--src/dolphinrecenttabsmenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinrecenttabsmenu.h b/src/dolphinrecenttabsmenu.h
index b5acc735e..910e564a1 100644
--- a/src/dolphinrecenttabsmenu.h
+++ b/src/dolphinrecenttabsmenu.h
@@ -34,11 +34,11 @@ public:
explicit DolphinRecentTabsMenu(QObject* parent);
public slots:
- void rememberClosedTab(const KUrl& primaryUrl, const KUrl& secondaryUrl);
+ void rememberClosedTab(const KUrl& url, const QByteArray& state);
void undoCloseTab();
signals:
- void restoreClosedTab(const KUrl& primaryUrl, const KUrl& secondaryUrl);
+ void restoreClosedTab(const QByteArray& state);
void closedTabsCountChanged(unsigned int count);
private slots: