summaryrefslogtreecommitdiff
path: root/src/homepage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-29 13:24:29 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-29 13:24:29 +0200
commit765d552196d75c22792c1fe073baad64ebe46945 (patch)
tree915e7de14fcb26f4723ae75f57ecdc4b4c48cf28 /src/homepage.h
parentInitial fixes (diff)
downloadrekonq-765d552196d75c22792c1fe073baad64ebe46945.tar.xz
a lot fo changes in the history/bookmarks page (restored initial method rewamped)
Diffstat (limited to 'src/homepage.h')
-rw-r--r--src/homepage.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/homepage.h b/src/homepage.h
index 48fc4fa6..3c57f164 100644
--- a/src/homepage.h
+++ b/src/homepage.h
@@ -53,10 +53,12 @@ public:
private:
QString speedDial();
QString recentlyClosedTabs();
- QString fillRecentHistory();
- QString history();
- QString bookmarks();
+ QString lastVisitedSites();
+ QString fillHistory();
+ QString fillBookmarks();
+ QString createBookItem(const KBookmark &bookmark);
+
QString m_homePagePath;
};