summaryrefslogtreecommitdiff
path: root/src/newtabpage.h
diff options
context:
space:
mode:
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