aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow')
-rw-r--r--src/mainwindow/mainwindow.cpp8
-rw-r--r--src/mainwindow/widgets/navigationbar.cpp4
2 files changed, 6 insertions, 6 deletions
diff --git a/src/mainwindow/mainwindow.cpp b/src/mainwindow/mainwindow.cpp
index b0c5e5e..cb7fee6 100644
--- a/src/mainwindow/mainwindow.cpp
+++ b/src/mainwindow/mainwindow.cpp
@@ -7,7 +7,7 @@
*/
#include "mainwindow.h"
-#include "addressbar/addressbar.h"
+#include "addressbar.h"
#include "browser.h"
#include "session.h"
#include "subwindow/subwindow.h"
@@ -34,9 +34,9 @@
#include <QToolBar>
#include <QUrl>
#include <QVBoxLayout>
-#include <configuration/configuration.h>
-#include <web/profilemanager.h>
-#include <web/webprofile.h>
+#include "configuration.h"
+#include "profilemanager.h"
+#include "webprofile.h"
#ifdef PLASMA
#include <KWindowEffects>
#endif
diff --git a/src/mainwindow/widgets/navigationbar.cpp b/src/mainwindow/widgets/navigationbar.cpp
index b49680d..0e5966f 100644
--- a/src/mainwindow/widgets/navigationbar.cpp
+++ b/src/mainwindow/widgets/navigationbar.cpp
@@ -7,8 +7,8 @@
*/
#include "navigationbar.h"
-#include "addressbar/urllineedit.h"
-#include "configuration/configuration.h"
+#include "urllineedit.h"
+#include "configuration.h"
#include "webengine/webview.h"
#include <QHBoxLayout>
#include <QMenu>