diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-29 13:24:29 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-29 13:24:29 +0200 |
commit | 765d552196d75c22792c1fe073baad64ebe46945 (patch) | |
tree | 915e7de14fcb26f4723ae75f57ecdc4b4c48cf28 /src/homepage.h | |
parent | Initial fixes (diff) | |
download | rekonq-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.h | 8 |
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; }; |