From d7ce106adc5bfdd6d369813358ff770cfeba90ec Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 8 May 2012 12:16:29 +0200 Subject: Limit default history to two days entries shown --- src/newtabpage.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/newtabpage.h') diff --git a/src/newtabpage.h b/src/newtabpage.h index 887d3cd1..e2a86a70 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -71,6 +71,8 @@ private: void downloadsPage(); void tabsPage(); + void loadPageForUrl(const KUrl &url); + // -------------------------------------------------------------------------- // "low-level" functions // we use these to create the pages over @@ -117,6 +119,8 @@ private: QString m_html; QWebElement m_root; + + bool m_showFullHistory; }; #endif // REKONQ_NEW_TAB_PAGE -- cgit v1.2.1