summaryrefslogtreecommitdiff
path: root/src/webicon.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-17 16:46:24 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-17 16:46:24 +0200
commit82167d2422a4b6e3071dca68cf65a66e1da41ab4 (patch)
tree03c1f95a2aa60c48822a463cc3812b5c3415991e /src/webicon.cpp
parentImproving tab previews (diff)
downloadrekonq-82167d2422a4b6e3071dca68cf65a66e1da41ab4.tar.xz
A round of the "new" astyle 2.01...
Diffstat (limited to 'src/webicon.cpp')
-rw-r--r--src/webicon.cpp6
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();