From 1013a957d3e62a3a3abb1dce0ab760d81c00cbe5 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 3 Aug 2012 12:27:18 +0200 Subject: Implementing the webwindow as special widget first step, main & bookmarks toolbar --- src/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.cpp') 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 #include -#include 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); -- cgit v1.2.1