aboutsummaryrefslogtreecommitdiff
path: root/src/actions-live.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions-live.cpp')
-rw-r--r--src/actions-live.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/actions-live.cpp b/src/actions-live.cpp
index b6d9e8c..271d2f3 100644
--- a/src/actions-live.cpp
+++ b/src/actions-live.cpp
@@ -20,7 +20,7 @@
#include <datetime/actions-live.h>
#ifdef HAS_URLDISPATCHER
-#include <url-dispatcher.h>
+#include <lomiri-url-dispatcher.h>
#endif
#include <glib.h>
@@ -55,7 +55,7 @@ void LiveActions::dispatch_url(const std::string& url)
{
g_debug("Dispatching url '%s'", url.c_str());
#ifdef HAS_URLDISPATCHER
- url_dispatch_send(url.c_str(), nullptr, nullptr);
+ lomiri_url_dispatch_send(url.c_str(), nullptr, nullptr);
#else
// FIXME: Deal with this, if we build without liburl-dispatcher...
#endif