diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-14 21:25:34 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-14 21:25:34 +0200 |
commit | 235473cac883a5f1192ca83f0f2102d69a7ca229 (patch) | |
tree | 646457062338c2ba71c748bd3ff2aaa5fbb22447 /src/mainwindow.cpp | |
parent | rekonq 0.2.66 (diff) | |
download | rekonq-235473cac883a5f1192ca83f0f2102d69a7ca229.tar.xz |
we are using KDE proxy settings (via KIO)
So we no more need our dialogs and error retrieving :)
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c0008cba..69831f97 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -494,7 +494,6 @@ void MainWindow::slotUpdateConfiguration() defaultSettings->setUserStyleSheetUrl(ReKonfig::userCSS()); // ====== load Settings on main classes - Application::networkAccessManager()->loadSettings(); Application::historyManager()->loadSettings(); } |