summaryrefslogtreecommitdiffstats
path: root/kded/kde-menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kded/kde-menu.cpp')
-rw-r--r--kded/kde-menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kded/kde-menu.cpp b/kded/kde-menu.cpp
index 89ee5a857..873ce154d 100644
--- a/kded/kde-menu.cpp
+++ b/kded/kde-menu.cpp
@@ -96,7 +96,7 @@ static void findMenuEntry(KServiceGroup::Ptr parent, const TQString &name, const
DCOPRef kicker( "kicker", "kicker" );
bool result = kicker.call( "highlightMenuItem", menuId );
if (!result)
- error(3, i18n("Menu item '%1' could not be highlighted.").arg(menuId).local8Bit());
+ error(3, TQString(i18n("Menu item '%1' could not be highlighted.").arg(menuId)).local8Bit());
}
exit(0);
}