summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorRohan Garg <rohangarg@ubuntu.com>2010-08-24 23:18:27 +0530
committerRohan Garg <rohangarg@ubuntu.com>2010-08-24 23:18:27 +0530
commitf687d43abdf8467b448c8922a3d0b85a3068225c (patch)
treebfd7d6978cf9460e3fda58fde6a19a9c0280b715 /src/application.cpp
parent Switch to faster comparisons of about: URL's with QByteArray, thanks to Hara... (diff)
downloadrekonq-f687d43abdf8467b448c8922a3d0b85a3068225c.tar.xz
Formatting++
modified: src/application.cpp
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp
index 6bc512ca..df4c3d51 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -356,7 +356,6 @@ KIcon Application::icon(const KUrl &url)
if (encodedUrl == QByteArray("about:downloads"))
return KIcon("download");
-
KIcon icon = KIcon(QWebSettings::iconForUrl(url));
if (icon.isNull())
{