diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2013-08-11 02:35:58 +0400 |
---|---|---|
committer | Alexander Golubev <fatzer2@gmail.com> | 2013-08-11 02:35:58 +0400 |
commit | b7ff6c33309224a4e598a0691e7cb2dc353a6ace (patch) | |
tree | bc003a5aeba3b0980b5098985f6c28ba965b8b52 /kded | |
parent | 34f10b970c1e644842ef737b5504591997e37d59 (diff) | |
parent | 411486cc50448e91b53d28119ccec54c5c2305cd (diff) | |
download | tdelibs-b7ff6c33309224a4e598a0691e7cb2dc353a6ace.tar.gz tdelibs-b7ff6c33309224a4e598a0691e7cb2dc353a6ace.zip |
Merge branch 'master' into HEAD
Conflicts:
tdecore/CMakeLists.txt
tdecore/tdehardwaredevices.h
tdecore/tdehw/tdehardwaredevices.cpp
Diffstat (limited to 'kded')
-rw-r--r-- | kded/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kded/tde-applications.menu (renamed from kded/applications.menu) | 0 | ||||
-rw-r--r-- | kded/tde-applications.menu-no-kde (renamed from kded/applications.menu-no-kde) | 0 | ||||
-rw-r--r-- | kded/tdebuildsycoca.cpp | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/kded/CMakeLists.txt b/kded/CMakeLists.txt index ee693fb4a..bb54e2912 100644 --- a/kded/CMakeLists.txt +++ b/kded/CMakeLists.txt @@ -35,7 +35,7 @@ install( FILES kdedmodule.h DESTINATION ${INCLUDE_INSTALL_DIR} ) ##### other data ################################ install( FILES kdedmodule.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) -install( FILES applications.menu applications.menu-no-kde DESTINATION ${XDG_MENU_INSTALL_DIR} ) +install( FILES tde-applications.menu tde-applications.menu-no-kde DESTINATION ${XDG_MENU_INSTALL_DIR} ) install( FILES kded.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} ) diff --git a/kded/applications.menu b/kded/tde-applications.menu index 631aab059..631aab059 100644 --- a/kded/applications.menu +++ b/kded/tde-applications.menu diff --git a/kded/applications.menu-no-kde b/kded/tde-applications.menu-no-kde index 102111c67..102111c67 100644 --- a/kded/applications.menu-no-kde +++ b/kded/tde-applications.menu-no-kde diff --git a/kded/tdebuildsycoca.cpp b/kded/tdebuildsycoca.cpp index 4325162f7..f7ae2ce3b 100644 --- a/kded/tdebuildsycoca.cpp +++ b/kded/tdebuildsycoca.cpp @@ -379,7 +379,7 @@ bool KBuildSycoca::build() connect(g_vfolder, TQT_SIGNAL(newService(const TQString &, KService **)), this, TQT_SLOT(slotCreateEntry(const TQString &, KService **))); - VFolderMenu::SubMenu *kdeMenu = g_vfolder->parseMenu("applications.menu", true); + VFolderMenu::SubMenu *kdeMenu = g_vfolder->parseMenu("tde-applications.menu", true); KServiceGroup *entry = g_bsgf->addNew("/", kdeMenu->directoryFile, 0, false); entry->setLayoutInfo(kdeMenu->layoutList); |