From 3b998f9e041ef26873f9f40fc0c1dc066fab0c95 Mon Sep 17 00:00:00 2001 From: reionwong Date: Wed, 15 Sep 2021 15:50:54 +0800 Subject: [PATCH] Update interface name --- system/wallpaper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/wallpaper.cpp b/system/wallpaper.cpp index 9a349bb..c865b6d 100644 --- a/system/wallpaper.cpp +++ b/system/wallpaper.cpp @@ -2,8 +2,8 @@ Wallpaper::Wallpaper(QObject *parent) : QObject(parent) - , m_interface("org.cutefish.Settings", - "/Theme", "org.cutefish.Theme", + , m_interface("com.cutefish.Settings", + "/Theme", "com.cutefish.Theme", QDBusConnection::sessionBus(), this) { if (m_interface.isValid()) {