summaryrefslogtreecommitdiffstats
path: root/kded
diff options
context:
space:
mode:
Diffstat (limited to 'kded')
-rw-r--r--kded/CMakeLists.txt2
-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.cpp2
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);