From fb936a7082f55bd13c031c7ff5f6419cfe821c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 8 Nov 2013 09:24:50 +0100 Subject: [PATCH] [appmenu] Change dbus connection information for kappmenu Need to change it anyway due to kded becoming kded5 and following the suggestion by afiestas directly renaming to not use the kded service. Service: org.kde.kappmenu Path: /KAppMenu --- appmenu.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appmenu.cpp b/appmenu.cpp index 05a78f1d8b..77e2f83bd9 100644 --- a/appmenu.cpp +++ b/appmenu.cpp @@ -29,9 +29,9 @@ along with this program. If not, see . namespace KWin { -static QString KDED_SERVICE = QStringLiteral("org.kde.kded"); -static QString KDED_APPMENU_PATH = QStringLiteral("/modules/appmenu"); -static QString KDED_INTERFACE = QStringLiteral("org.kde.kded"); +static QString KDED_SERVICE = QStringLiteral("org.kde.kappmenu"); +static QString KDED_APPMENU_PATH = QStringLiteral("/KAppMenu"); +static QString KDED_INTERFACE = QStringLiteral("org.kde.kappmenu"); KWIN_SINGLETON_FACTORY(ApplicationMenu)