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/browser.h | |
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/browser.h')
-rw-r--r-- | src/browser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browser.h b/src/browser.h index 95ce936..ed585fc 100644 --- a/src/browser.h +++ b/src/browser.h @@ -9,7 +9,7 @@ #ifndef SMOLBOTE_BROWSER_H #define SMOLBOTE_BROWSER_H -#include "session.hpp" +#include "smolbote/session.hpp" #include <QJsonObject> #include <QMenu> #include <QPluginLoader> |