diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-12 00:48:21 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-15 09:53:43 +0200 |
commit | a5ac500d91f8f15c5fd8becd3a2a387da633324f (patch) | |
tree | 1cc9b75320f03bf4a97fd6c396d72c36ffff03e6 /src/newtabpage.h | |
parent | No more lined titles in history and tabs pages (diff) | |
download | rekonq-a5ac500d91f8f15c5fd8becd3a2a387da633324f.tar.xz |
History search
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r-- | src/newtabpage.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h index 84c9c03e..8d446908 100644 --- a/src/newtabpage.h +++ b/src/newtabpage.h @@ -65,13 +65,13 @@ private: void browsingMenu(const KUrl ¤tUrl); void favoritesPage(); - void historyPage(); + void historyPage(const QString & filter = QString()); void bookmarksPage(); void closedTabsPage(); void downloadsPage(); void tabsPage(); - void loadPageForUrl(const KUrl &url); + void loadPageForUrl(const KUrl &url, const QString & filter = QString()); // -------------------------------------------------------------------------- // "low-level" functions @@ -118,6 +118,8 @@ private: private: QWebElement createLinkItem(const QString &title, const QString &urlString, const QString &iconPath, int groupOrSize) const; + QWebElement createFormItem(const QString &title, const QString &urlString) const; + QString m_html; QWebElement m_root; |