Adapt to kded5->kded6 renaming

This commit is contained in:
Nicolas Fella 2023-06-27 22:15:18 +02:00
parent 32326cadc3
commit 93f1aa0310

View file

@ -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()