summaryrefslogtreecommitdiff
path: root/src/tabwindow/tabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabwindow/tabbar.h')
-rw-r--r--src/tabwindow/tabbar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tabwindow/tabbar.h b/src/tabwindow/tabbar.h
index 3eaa4d81..64fed413 100644
--- a/src/tabwindow/tabbar.h
+++ b/src/tabwindow/tabbar.h
@@ -70,7 +70,7 @@ Q_SIGNALS:
void closeOtherTabs(int);
void reloadTab(int);
void detachTab(int);
- void restoreClosedTab(int);
+ void restoreLastClosedTab();
void tabLayoutChanged();
private Q_SLOTS:
@@ -79,7 +79,6 @@ private Q_SLOTS:
void closeOtherTabs();
void reloadTab();
void detachTab();
- void reopenLastClosedTab();
void pinTab();
void unpinTab();