summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-11-23 02:38:07 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-11-23 02:38:07 +0100
commit5d02d0ba7fc7dfff2776b1d6fe9bd3202a564c12 (patch)
tree371705d5172bd4536274f3d3fea17a85f744a30b /src/mainwindow.cpp
parentForgot some files :) (diff)
downloadrekonq-5d02d0ba7fc7dfff2776b1d6fe9bd3202a564c12.tar.xz
Save memory.
One ad-block is enough
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 137f0f2c..c7da7512 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -46,6 +46,7 @@
#include "urlbar.h"
#include "tabbar.h"
#include "newtabpage.h"
+#include "adblockmanager.h"
// Ui Includes
#include "ui_cleardata.h"
@@ -544,7 +545,8 @@ void MainWindow::updateConfiguration()
// ====== load Settings on main classes
Application::historyManager()->loadSettings();
-
+ Application::adblockManager()->loadSettings();
+
defaultSettings = 0;
}