From 9d60b64fe684b18af5323c2b52cb26c04883db72 Mon Sep 17 00:00:00 2001
From: Roland Reichwein <mail@reichwein.it>
Date: Thu, 5 Jan 2023 14:03:38 +0100
Subject: Adjust to new API

---
 plugins/weblog/weblog.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'plugins/weblog')

diff --git a/plugins/weblog/weblog.cpp b/plugins/weblog/weblog.cpp
index 1aea2f4..cc2be34 100644
--- a/plugins/weblog/weblog.cpp
+++ b/plugins/weblog/weblog.cpp
@@ -1,7 +1,7 @@
 #include "weblog.h"
 
 #include "libreichwein/mime.h"
-#include "libreichwein/stringutil.h"
+#include "libreichwein/stringhelper.h"
 
 #include <boost/algorithm/string/predicate.hpp>
 #include <boost/algorithm/string/replace.hpp>
@@ -19,7 +19,7 @@ using namespace std::string_literals;
 namespace fs = std::filesystem;
 namespace pt = boost::property_tree;
 using namespace Reichwein::Mime;
-using namespace Reichwein::Stringutil;
+using namespace Reichwein::Stringhelper;
 
 namespace {
 
-- 
cgit v1.2.3