diff options
author | megabigbug <megabigbug@arrakis.(none)> | 2009-10-17 14:04:09 +0200 |
---|---|---|
committer | megabigbug <megabigbug@arrakis.(none)> | 2009-10-17 14:04:09 +0200 |
commit | cd0f7e0a883472b3183320b43bab0e04c07d4aaf (patch) | |
tree | 3aa078d0c36f5d2cca566baa0b7c8c7a6f06791d /src/homepage.h | |
parent | Merge commit 'refs/merge-requests/1827' of git://gitorious.org/rekonq/mainlin... (diff) | |
download | rekonq-cd0f7e0a883472b3183320b43bab0e04c07d4aaf.tar.xz |
reintroduce and fix recently closed tab feature
Diffstat (limited to 'src/homepage.h')
-rw-r--r-- | src/homepage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/homepage.h b/src/homepage.h index 06db0822..7963119c 100644 --- a/src/homepage.h +++ b/src/homepage.h @@ -55,7 +55,7 @@ private: QString lastVisitedSites(); QString fillHistory(); QString fillBookmarks(); - QString fillAllTabs(); + QString fillClosedTabs(); QString createBookItem(const KBookmark &bookmark); |