aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.cpp
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-10-23 14:30:36 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-10-23 14:30:36 +0200
commit8d27e0ff0b3d0ff67e6ea4291803ab70bf277007 (patch)
tree993bb2096f1b57d7df340fd27dd5aef007fc79bc /src/mainwindow/mainwindow.cpp
parentFix SingleApplication segfault (diff)
downloadsmolbote-8d27e0ff0b3d0ff67e6ea4291803ab70bf277007.tar.xz
Remove lib/ as includepath
Diffstat (limited to 'src/mainwindow/mainwindow.cpp')
-rw-r--r--src/mainwindow/mainwindow.cpp8
1 files changed, 4 insertions, 4 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