From 997d64c9743149b2b400891b09ab99e9613bf273 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 27 Nov 2009 02:21:04 +0100 Subject: Last structure change, promised! Anyway, this moving/renaming helped me finding lots of strange circulary dependencies and easily solve them :) We have also a more organized structure, hopefully letting people work on different areas altogether. --- src/application.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index 766d56ed..3a0ce638 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -35,7 +35,8 @@ // Local Includes #include "mainwindow.h" -#include "history.h" +#include "historymanager.h" +#include "bookmarksmanager.h" #include "mainview.h" #include "webview.h" #include "urlbar.h" @@ -443,4 +444,4 @@ AdBlockManager *Application::adblockManager() s_adblockManager = new AdBlockManager(instance()); } return s_adblockManager; -} \ No newline at end of file +} -- cgit v1.2.1