From 765d552196d75c22792c1fe073baad64ebe46945 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 29 Sep 2009 13:24:29 +0200 Subject: a lot fo changes in the history/bookmarks page (restored initial method rewamped) --- src/homepage.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/homepage.h') 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; }; -- cgit v1.2.1