summaryrefslogtreecommitdiff
path: root/src/newtabpage.h
diff options
context:
space:
mode:
authorFurkan Uzumcu <furkanuzumcu@gmail.com>2011-08-21 18:25:14 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-08-21 18:25:14 +0200
commit5f099967b0c7b25684fa2f0704ee1a81d712bbaa (patch)
treee49f779bbacc7bf202be61b7c7d185ccf27725ec /src/newtabpage.h
parentFix vi-like navigation shortcuts (diff)
downloadrekonq-5f099967b0c7b25684fa2f0704ee1a81d712bbaa.tar.xz
Fix icon update
When "use the favicon of the current web site as the window icon" option is enabled, the window icon used to have problems changing on new tab page. Wrong icons or no icon. This patch fixes this problem. REVIEW: 102310 REVIEWED-BY: adjam
Diffstat (limited to 'src/newtabpage.h')
-rw-r--r--src/newtabpage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newtabpage.h b/src/newtabpage.h
index 482eb9ae..7a608deb 100644
--- a/src/newtabpage.h
+++ b/src/newtabpage.h
@@ -112,6 +112,8 @@ private:
QString checkTitle(const QString &title);
+ void updateWindowIcon();
+
private:
QWebElement createLinkItem(const QString &title, const QString &urlString, const QString &iconPath, int groupOrSize) const;