diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-07 13:03:47 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-07 13:03:47 +0200 |
commit | 7707fb4ed8ad8c951d9f41ce39823093d30a9f67 (patch) | |
tree | a70e08ba2d03afb68109ea89f370f8873e3645f5 /src/mainwindow | |
parent | Don't copy profiles into profile manager plugin (diff) | |
download | smolbote-7707fb4ed8ad8c951d9f41ce39823093d30a9f67.tar.xz |
Split webengine/webprofile into lib/web
Diffstat (limited to 'src/mainwindow')
-rw-r--r-- | src/mainwindow/subwindow.cpp | 2 |
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> |