From 93f1aa03100476915cfb5e130e84e84d00f8bbf7 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Tue, 27 Jun 2023 22:15:18 +0200 Subject: [PATCH] Adapt to kded5->kded6 renaming --- quicksettings/screenrotation/screenrotationutil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quicksettings/screenrotation/screenrotationutil.cpp b/quicksettings/screenrotation/screenrotationutil.cpp index ef2d5eab..82f52f9e 100644 --- a/quicksettings/screenrotation/screenrotationutil.cpp +++ b/quicksettings/screenrotation/screenrotationutil.cpp @@ -14,7 +14,7 @@ ScreenRotationUtil::ScreenRotationUtil(QObject *parent) : QObject{parent} { - m_kscreenInterface = new org::kde::KScreen(QStringLiteral("org.kde.kded5"), QStringLiteral("/modules/kscreen"), QDBusConnection::sessionBus(), this); + m_kscreenInterface = new org::kde::KScreen(QStringLiteral("org.kde.kded6"), QStringLiteral("/modules/kscreen"), QDBusConnection::sessionBus(), this); } bool ScreenRotationUtil::screenRotation()