summaryrefslogtreecommitdiffstats
path: root/kded/tdebuildsycoca.cpp
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2013-08-11 02:35:58 +0400
committerAlexander Golubev <fatzer2@gmail.com>2013-08-11 02:35:58 +0400
commitb7ff6c33309224a4e598a0691e7cb2dc353a6ace (patch)
treebc003a5aeba3b0980b5098985f6c28ba965b8b52 /kded/tdebuildsycoca.cpp
parent34f10b970c1e644842ef737b5504591997e37d59 (diff)
parent411486cc50448e91b53d28119ccec54c5c2305cd (diff)
downloadtdelibs-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/tdebuildsycoca.cpp')
-rw-r--r--kded/tdebuildsycoca.cpp2
1 files changed, 1 insertions, 1 deletions
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);