From a6ef003dd4c1b6ad08eca4f5adaa4679bbc20bce Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 20 Mar 2010 22:54:21 +0100 Subject: Downloads Page This commit implements the downloads history page. While it is in an horrible shape, its slots seem working well It needs just some love.. --- src/newtabpage.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/newtabpage.h') diff --git a/src/newtabpage.h b/src/newtabpage.h index 6d3a7ea9..6604e4df 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -63,8 +63,8 @@ public: private: - // these are the "high-level" functions to build the new tab page - // basically, you call browsingMenu + one the the *Page methods + // these are the "high-level" functions to build the new tab page. + // Basically, you call browsingMenu + one of the *Page methods // to load a page void browsingMenu(const KUrl ¤tUrl); @@ -72,7 +72,8 @@ private: void historyPage(); void bookmarksPage(); void closedTabsPage(); - + void downloadsPage(); + // -------------------------------------------------------------------------- // "low-level" functions // we use these to create the pages over -- cgit v1.2.1