aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow')
-rw-r--r--src/mainwindow/addressbar.cpp4
-rw-r--r--src/mainwindow/mainwindow.cpp6
-rw-r--r--src/mainwindow/menubar.cpp4
-rw-r--r--src/mainwindow/widgets/navigationbar.cpp4
4 files changed, 9 insertions, 9 deletions
diff --git a/src/mainwindow/addressbar.cpp b/src/mainwindow/addressbar.cpp
index d37a6a7..6b2cfd8 100644
--- a/src/mainwindow/addressbar.cpp
+++ b/src/mainwindow/addressbar.cpp
@@ -7,10 +7,10 @@
*/
#include "addressbar.h"
+#include "configuration.h"
#include "ui_addressbar.h"
+#include "webview.h"
#include <QShortcut>
-#include "configuration.h"
-#include "webengine/webview.h"
AddressBar::AddressBar(QWidget *parent)
: QWidget(parent)
diff --git a/src/mainwindow/mainwindow.cpp b/src/mainwindow/mainwindow.cpp
index 64c149c..0d4a978 100644
--- a/src/mainwindow/mainwindow.cpp
+++ b/src/mainwindow/mainwindow.cpp
@@ -13,9 +13,9 @@
#include "browser.h"
#include "configuration.h"
#include "menubar.h"
-#include "webengine/webprofile.h"
-#include "webengine/webprofilemanager.h"
-#include "webengine/webview.h"
+#include "webprofile.h"
+#include "webprofilemanager.h"
+#include "webview.h"
#include "widgets/dockwidget.h"
#include "widgets/navigationbar.h"
#include "widgets/searchform.h"
diff --git a/src/mainwindow/menubar.cpp b/src/mainwindow/menubar.cpp
index 5fc039a..80cb3ea 100644
--- a/src/mainwindow/menubar.cpp
+++ b/src/mainwindow/menubar.cpp
@@ -13,8 +13,8 @@
#include "downloadswidget.h"
#include "mainwindow.h"
#include "subwindow/subwindow.h"
-#include "webengine/webprofilemanager.h"
-#include "webengine/webview.h"
+#include "webprofilemanager.h"
+#include "webview.h"
#include "widgets/menusearch.h"
#include <QDir>
#include <QFileDialog>
diff --git a/src/mainwindow/widgets/navigationbar.cpp b/src/mainwindow/widgets/navigationbar.cpp
index 0338bb7..dcb845c 100644
--- a/src/mainwindow/widgets/navigationbar.cpp
+++ b/src/mainwindow/widgets/navigationbar.cpp
@@ -10,8 +10,8 @@
#include "configuration.h"
#include "urllineedit.h"
#include "util.h"
-#include "webengine/webprofile.h"
-#include "webengine/webview.h"
+#include "webprofile.h"
+#include "webview.h"
#include <QHBoxLayout>
#include <QMenu>
#include <QShortcut>