summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 74ec72eb..0fceffc0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -38,7 +38,6 @@
#include <QDir>
#include <QUrl>
-#include <QWebSettings>
static const char description[] =
@@ -85,8 +84,6 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
Application app;
- QWebSettings::setIconDatabasePath("/tmp/iconcache");
-
// set application data
QCoreApplication::setApplicationName(QLatin1String("rekonq"));
QCoreApplication::setApplicationVersion(REKONQ_VERSION);