summaryrefslogtreecommitdiff
path: root/src/webview.h
diff options
context:
space:
mode:
authorFurkan Uzumcu <furkanuzumcu@gmail.com>2011-02-05 19:02:24 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-05 19:02:24 +0100
commita77d9a208119224a9793e676a6263eed49356ac9 (patch)
tree83a590c74be39bf0b0ced4ac1a88cc5d102212ff /src/webview.h
parentfixuifiles (diff)
downloadrekonq-a77d9a208119224a9793e676a6263eed49356ac9.tar.xz
Added an option to show current website favicon as rekonq window icon
Reviewed by adjam
Diffstat (limited to 'src/webview.h')
-rw-r--r--src/webview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview.h b/src/webview.h
index a06a2cb2..669705fa 100644
--- a/src/webview.h
+++ b/src/webview.h
@@ -81,6 +81,7 @@ private slots:
void setupSmoothScrolling(int posY);
void stopScrolling();
+ void changeWindowIcon();
signals:
void loadUrl(const KUrl &, const Rekonq::OpenType &);