aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-06-07 13:03:47 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-06-07 13:03:47 +0200
commit7707fb4ed8ad8c951d9f41ce39823093d30a9f67 (patch)
treea70e08ba2d03afb68109ea89f370f8873e3645f5 /src/mainwindow
parentDon't copy profiles into profile manager plugin (diff)
downloadsmolbote-7707fb4ed8ad8c951d9f41ce39823093d30a9f67.tar.xz
Split webengine/webprofile into lib/web
Diffstat (limited to 'src/mainwindow')
-rw-r--r--src/mainwindow/subwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow/subwindow.cpp b/src/mainwindow/subwindow.cpp
index 17a2268..c282dd9 100644
--- a/src/mainwindow/subwindow.cpp
+++ b/src/mainwindow/subwindow.cpp
@@ -8,7 +8,7 @@
#include "subwindow.h"
#include "browser.h"
-#include "webengine/webprofile.h"
+#include <webprofile.h>
#include "webengine/webview.h"
#include "widgets/tabwidget.h"
#include <QAction>