diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-15 02:39:22 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-15 02:39:22 +0200 |
commit | 78d922d6433be8375b18a92418c635c04fe9bb4a (patch) | |
tree | 284afcc28af598b6f241dc5919b79290d558e015 /src/homepage.h | |
parent | Some CSS fixes (diff) | |
download | rekonq-78d922d6433be8375b18a92418c635c04fe9bb4a.tar.xz |
Initial newtab page settings implementation
it doesn't really fit our needs.
Just a starting point..
Diffstat (limited to 'src/homepage.h')
-rw-r--r-- | src/homepage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/homepage.h b/src/homepage.h index c4ef7fc5..82117664 100644 --- a/src/homepage.h +++ b/src/homepage.h @@ -49,7 +49,8 @@ private: QString speedDial(); QString searchEngines(); QString recentlyClosedTabs(); - + QString fillRecentHistory(); + QString m_homePagePath; }; |