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:
Àlex Fiestas 2013-11-20 18:28:06 +01:00
parent 697180dda0
commit 1a1a79ca87

View file

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