summaryrefslogtreecommitdiff
path: root/src/webicon.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-07-25 19:48:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2011-07-25 19:48:41 +0200
commit14664e54b1a2dbe9c06f474a0918a262dba04e20 (patch)
tree2f48b455d90b5a966045f8ba6388ac8c0620259f /src/webicon.cpp
parentLast SSL fixes (diff)
downloadrekonq-14664e54b1a2dbe9c06f474a0918a262dba04e20.tar.xz
clean up
- QL1S - one stupid kDebug less - codingstyle
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 c313ef1b..9527be04 100644
--- a/src/webicon.cpp
+++ b/src/webicon.cpp
@@ -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();