diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-20 11:23:51 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-20 11:23:51 +0200 |
commit | 5bacded29a5e33c027a39a537bf2b0f3e9c6243d (patch) | |
tree | 5d754f4cf2555c9e1ce0ab6864c3588a1843e4d6 /src/mainview.h | |
parent | SVN_SILENT made messages (.desktop file) (diff) | |
parent | Change the behavior of Ctrl+Maj+T to open only the last closed tab (diff) | |
download | rekonq-5bacded29a5e33c027a39a537bf2b0f3e9c6243d.tar.xz |
Merge commit 'refs/merge-requests/216' of git://gitorious.org/rekonq/mainline into m216
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index 6fab7fc0..29162dd1 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -135,7 +135,7 @@ public slots: void nextTab(); void previousTab(); - void openClosedTabs(); + void openLastClosedTab(); void openClosedTab(); void switchToTab(); |