[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
This commit is contained in:
parent
c277419554
commit
fb936a7082
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue