[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
icc-effect-5.14.5
Martin Gräßlin 2013-11-08 09:24:50 +01:00
parent c277419554
commit fb936a7082
1 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
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)