mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Adapt to kded5->kded6 renaming
This commit is contained in:
parent
32326cadc3
commit
93f1aa0310
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue