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/mainwindow.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index f2809beb..628743ee 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -34,15 +34,14 @@ #include "rekonq.h" // Local Includes -#include "application.h" #include "settingsdialog.h" -#include "history.h" -#include "bookmarks.h" +#include "historymanager.h" +#include "bookmarksmanager.h" #include "webview.h" #include "mainview.h" #include "findbar.h" #include "sidepanel.h" -#include "bookmarkspanel/bookmarkspanel.h" +#include "bookmarkspanel.h" #include "urlbar.h" #include "tabbar.h" #include "newtabpage.h" -- cgit v1.2.1