diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-07-31 20:22:32 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-31 20:22:32 -0500 |
commit | 5da63fe957a5725d18bf2bdf92b5648815a444cc (patch) | |
tree | 6139e8b04a81002aa50658b2362ff60b0cd76837 /kded/tdebuildsycoca.cpp | |
parent | 0ba3ad1ab1d2d1e234a432a09f7b35f410fce24c (diff) | |
download | tdelibs-5da63fe957a5725d18bf2bdf92b5648815a444cc.tar.gz tdelibs-5da63fe957a5725d18bf2bdf92b5648815a444cc.zip |
Fix application menu. This partially resolves bug report 1563.
Diffstat (limited to 'kded/tdebuildsycoca.cpp')
-rw-r--r-- | kded/tdebuildsycoca.cpp | 2 |
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); |