diff options
Diffstat (limited to 'kded/kde-menu.cpp')
-rw-r--r-- | kded/kde-menu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kded/kde-menu.cpp b/kded/kde-menu.cpp index 33faf6c7c..b401953f3 100644 --- a/kded/kde-menu.cpp +++ b/kded/kde-menu.cpp @@ -107,7 +107,7 @@ static void findMenuEntry(KServiceGroup::Ptr parent, const TQString &name, const int main(int argc, char **argv) { - KLocale::setMainCatalogue("kdelibs"); + KLocale::setMainCatalogue("tdelibs"); const char *description = I18N_NOOP("KDE Menu query tool.\n" "This tool can be used to find in which menu a specific application is shown.\n" "The --highlight option can be used to visually indicate to the user where\n" @@ -125,8 +125,8 @@ int main(int argc, char **argv) KApplication k(false); k.disableSessionManagement(); - // this program is in kdelibs so it uses kdelibs as catalog - KLocale::setMainCatalogue("kdelibs"); + // this program is in tdelibs so it uses tdelibs as catalog + KLocale::setMainCatalogue("tdelibs"); KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); if (args->count() != 1) |