diff options
Diffstat (limited to 'src/webicon.cpp')
-rw-r--r-- | src/webicon.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webicon.cpp b/src/webicon.cpp index 755d0c2e..c313ef1b 100644 --- a/src/webicon.cpp +++ b/src/webicon.cpp @@ -38,8 +38,8 @@ WebIcon::WebIcon(const KUrl& url, QObject *parent) - : QObject(parent) - , m_url(url) + : QObject(parent) + , m_url(url) { m_page.settings()->setAttribute(QWebSettings::PluginsEnabled, false); m_page.settings()->setAttribute(QWebSettings::JavascriptEnabled, false); @@ -58,7 +58,7 @@ void WebIcon::load() void WebIcon::saveIcon(bool b) { - if (b) + if(b) rApp->iconManager()->provideIcon(&m_page, m_url, false); this->deleteLater(); |