summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-08-03 12:27:18 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:04 +0100
commit1013a957d3e62a3a3abb1dce0ab760d81c00cbe5 (patch)
treea7872f5e438073bedd38011808d07b0378b5d25b /src/main.cpp
parentClean up url suggestions loading (diff)
downloadrekonq-1013a957d3e62a3a3abb1dce0ab760d81c00cbe5.tar.xz
Implementing the webwindow as special widget
first step, main & bookmarks toolbar
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);