diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-18 19:28:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-18 19:28:32 +0200 |
commit | cb1bbf87674c292b9b2f9e445101e93147ca4943 (patch) | |
tree | a9a055b532be73193a7687613191e3ef2b7aa91a /src/homepage.h | |
parent | Open links in new tab located near currently active tab (diff) | |
parent | Really fixed 2 commits ago options.. :) (diff) | |
download | rekonq-cb1bbf87674c292b9b2f9e445101e93147ca4943.tar.xz |
Merge branch 'HomePageEmbedded2'
Seems fixed now. WE HAVE HOME PAGE!!
Conflicts:
src/mainview.cpp
Diffstat (limited to 'src/homepage.h')
-rw-r--r-- | src/homepage.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/homepage.h b/src/homepage.h index e8b5b4f5..7604f0c3 100644 --- a/src/homepage.h +++ b/src/homepage.h @@ -40,20 +40,18 @@ class HomePage : public QObject Q_OBJECT public: - HomePage(QObject *parent = 0); + HomePage(QObject *parent); ~HomePage(); QString rekonqHomePage(); private: - QString fillHistory(); - QString fillBookmarks(); - - QString createSubMenu(const QString &, const QString &); - QString createBookItem(const KBookmark &); - + QString speedDial(); + QString searchEngines(); + QString recentlyClosedTabs(); + QString fillRecentHistory(); + QString m_homePagePath; - QString m_imagesPath; }; #endif // REKONQ_HOME_PAGE |