From 1a1a79ca87af19ed2fd8afe9ecf8611f1160dd7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80lex=20Fiestas?= Date: Wed, 20 Nov 2013 18:28:06 +0100 Subject: [PATCH] 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. --- libkwineffects/kwinglcolorcorrection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libkwineffects/kwinglcolorcorrection.cpp b/libkwineffects/kwinglcolorcorrection.cpp index a83a4e99a9..53dcff6c0f 100644 --- a/libkwineffects/kwinglcolorcorrection.cpp +++ b/libkwineffects/kwinglcolorcorrection.cpp @@ -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);