aboutsummaryrefslogtreecommitdiff
path: root/staging/adblock/filterlist.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-04-13 21:34:47 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-04-21 20:14:56 +0300
commit8cb6f64820b4bf39c64803db21a58e135465ff4f (patch)
tree22e28a5ba0c1a31d7555626b7a1b282dff6b4d03 /staging/adblock/filterlist.h
parentstaging/adblock: single line FilterList::parse (diff)
downloadsmolbote-8cb6f64820b4bf39c64803db21a58e135465ff4f.tar.xz
Move smolbote headers to include/smolbote
Headers will be installed to include/smolbote/
Diffstat (limited to 'staging/adblock/filterlist.h')
-rw-r--r--staging/adblock/filterlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/adblock/filterlist.h b/staging/adblock/filterlist.h
index 5ac60b6..2e3fba6 100644
--- a/staging/adblock/filterlist.h
+++ b/staging/adblock/filterlist.h
@@ -6,7 +6,7 @@
* SPDX-License-Identifier: GPL-3.0
*/
-#include <filterinterface.h>
+#include <smolbote/filterinterface.hpp>
#include <QDateTime>
#include <QObject>
#include <QString>