kxkb: fix unnecessary translations strings.

Signed-off-by: Roman Savochenko <roman@oscada.org>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d17e353a02)
pull/478/head
Roman Savochenko 11 months ago committed by Michele Calgaro
parent c449ec1768
commit 1206271a07
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -837,7 +837,7 @@ void LayoutConfig::resolveConflicts(TQListViewItem *lvi) {
kdDebug() << "resolveConflicts : " << current->optionName() << endl; kdDebug() << "resolveConflicts : " << current->optionName() << endl;
if (current->optionName().startsWith("grp:")) { if (current->optionName().startsWith("grp:")) {
OptionListItem *grpItem = m_optionGroups[i18n("grp")]; OptionListItem *grpItem = m_optionGroups["grp"];
if (grpItem == NULL) { if (grpItem == NULL) {
kdWarning() << "LayoutConfig: cannot find grp item group" << endl; kdWarning() << "LayoutConfig: cannot find grp item group" << endl;
return; return;
@ -967,7 +967,7 @@ void LayoutConfig::updateHotkeyCombo() {
} }
void LayoutConfig::updateHotkeyCombo(bool initial) { void LayoutConfig::updateHotkeyCombo(bool initial) {
OptionListItem *grpItem = m_optionGroups[i18n("grp")]; OptionListItem *grpItem = m_optionGroups["grp"];
if (grpItem == NULL) { if (grpItem == NULL) {
kdWarning() << "LayoutConfig: cannot find grp item group" << endl; kdWarning() << "LayoutConfig: cannot find grp item group" << endl;
return; return;
@ -1071,7 +1071,7 @@ void LayoutConfig::hotkeyComboChanged() {
} }
} }
OptionListItem *grpItem = m_optionGroups[i18n("grp")]; OptionListItem *grpItem = m_optionGroups["grp"];
if (grpItem == NULL) { if (grpItem == NULL) {
kdWarning() << "LayoutConfig: cannot find grp item group" << endl; kdWarning() << "LayoutConfig: cannot find grp item group" << endl;
return; return;

Loading…
Cancel
Save