diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-04-13 21:34:47 +0300 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-04-21 20:14:56 +0300 |
commit | 8cb6f64820b4bf39c64803db21a58e135465ff4f (patch) | |
tree | 22e28a5ba0c1a31d7555626b7a1b282dff6b4d03 /src/webengine | |
parent | staging/adblock: single line FilterList::parse (diff) | |
download | smolbote-8cb6f64820b4bf39c64803db21a58e135465ff4f.tar.xz |
Move smolbote headers to include/smolbote
Headers will be installed to include/smolbote/
Diffstat (limited to 'src/webengine')
-rw-r--r-- | src/webengine/webview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/webview.h b/src/webengine/webview.h index 5748691..e7d771a 100644 --- a/src/webengine/webview.h +++ b/src/webengine/webview.h @@ -11,7 +11,7 @@ #include "webpage.h" #include <QWebEngineView> -#include <session.hpp> +#include "smolbote/session.hpp" class WebProfile; class SubWindow; |