summaryrefslogtreecommitdiff
path: root/src/newtabpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-05-08 12:16:29 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-05-15 09:53:42 +0200
commitd7ce106adc5bfdd6d369813358ff770cfeba90ec (patch)
tree9bb09bfe91546deffd18a0a172b0559dcd5e2fa1 /src/newtabpage.h
parentEnlarge and clean up menu (diff)
downloadrekonq-d7ce106adc5bfdd6d369813358ff770cfeba90ec.tar.xz
Limit default history to two days entries shown
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r--src/newtabpage.h4
1 files changed, 4 insertions, 0 deletions
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