summaryrefslogtreecommitdiff
path: root/src/webicon.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-12-27 12:27:22 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-12-27 12:27:22 +0100
commitb8546e2a1e86126702f65d63a9e090d13d91f328 (patch)
tree0ad14be1280d1974d2d1f55c4a2472d171a6cbc5 /src/webicon.cpp
parentrekonq 0.8.57 (diff)
downloadrekonq-b8546e2a1e86126702f65d63a9e090d13d91f328.tar.xz
IconManager, small cleanup: use (QWeb)Frames instead of pages.
Diffstat (limited to 'src/webicon.cpp')
-rw-r--r--src/webicon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webicon.cpp b/src/webicon.cpp
index 9527be04..03097956 100644
--- a/src/webicon.cpp
+++ b/src/webicon.cpp
@@ -59,7 +59,7 @@ void WebIcon::load()
void WebIcon::saveIcon(bool b)
{
if (b)
- rApp->iconManager()->provideIcon(&m_page, m_url, false);
+ rApp->iconManager()->provideIcon(m_page.mainFrame(), m_url, false);
this->deleteLater();
}