summaryrefslogtreecommitdiff
path: root/src/homepage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-11 11:57:33 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-10-11 11:57:33 +0200
commitf0b55360c6ba8da48098362aa85ca88fa293b5a1 (patch)
treec3e8b480be8d7dae5731c0acc064845a413c651f /src/homepage.h
parentMerge commit 'refs/merge-requests/1750' of git://gitorious.org/rekonq/mainlin... (diff)
downloadrekonq-f0b55360c6ba8da48098362aa85ca88fa293b5a1.tar.xz
Restored recently closed tabs
I'm not a big fan of this implementation, but modifying history for this is impossible (no sense) and storing it somewhere.. don't know Perhaps someone has some better ideas here :)
Diffstat (limited to 'src/homepage.h')
-rw-r--r--src/homepage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/homepage.h b/src/homepage.h
index 73bb5859..7d62f50a 100644
--- a/src/homepage.h
+++ b/src/homepage.h
@@ -55,7 +55,8 @@ private:
QString lastVisitedSites();
QString fillHistory();
QString fillBookmarks();
-
+ QString fillRecentlyClosedTabs();
+
QString createBookItem(const KBookmark &bookmark);
QString m_homePagePath;