Make everything use org.kde.kded5 for now
NOBODY should use org.kde.kded5 but instead directly the service register by its own modulem, but for now let's just switch to .kded5 so we can get this running fast.
This commit is contained in:
parent
697180dda0
commit
1a1a79ca87
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ ColorCorrectionPrivate::ColorCorrectionPrivate(ColorCorrection *parent)
|
|||
|
||||
// Establish a D-Bus communication interface with KolorServer
|
||||
m_csi = new ColorServerInterface(
|
||||
QStringLiteral("org.kde.kded"),
|
||||
QStringLiteral("org.kde.kded5"),
|
||||
QStringLiteral("/modules/kolorserver"),
|
||||
QDBusConnection::sessionBus(),
|
||||
this);
|
||||
|
|
Loading…
Reference in a new issue