27 lines
981 B
Diff
27 lines
981 B
Diff
From 27da06df3abaf707d61686e3a301a84df7b099c8 Mon Sep 17 00:00:00 2001
|
|
From: Heiko Becker <heirecka@exherbo.org>
|
|
Date: Wed, 20 May 2020 13:12:26 +0200
|
|
Subject: [PATCH] Use new name for dbus interface
|
|
|
|
kstats was renamed to ksystemstats to avoid a collision.
|
|
---
|
|
sensors/SensorDaemonInterface.cpp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/sensors/SensorDaemonInterface.cpp b/sensors/SensorDaemonInterface.cpp
|
|
index f79b6f4..1abb37b 100644
|
|
--- a/sensors/SensorDaemonInterface.cpp
|
|
+++ b/sensors/SensorDaemonInterface.cpp
|
|
@@ -34,7 +34,7 @@ public:
|
|
static const QString SensorPath;
|
|
};
|
|
|
|
-const QString SensorDaemonInterface::Private::SensorServiceName = QStringLiteral("org.kde.kstats");
|
|
+const QString SensorDaemonInterface::Private::SensorServiceName = QStringLiteral("org.kde.ksystemstats");
|
|
const QString SensorDaemonInterface::Private::SensorPath = QStringLiteral("/");
|
|
|
|
SensorDaemonInterface::SensorDaemonInterface(QObject *parent)
|
|
--
|
|
2.27.0
|
|
|