summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.cpp')
-rw-r--r--kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.cpp b/kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.cpp
index cb04caf..f551baa 100644
--- a/kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.cpp
+++ b/kmyfirewall/ruleoptionplugins/state_option/kmfruleeditorstate.cpp
@@ -55,7 +55,7 @@ void KMFRuleEditorState::loadRule( IPTRule *rule ) {
void KMFRuleEditorState::slotOk() {
KMFUndoEngine::instance()->startTransaction(
m_rule,
- i18n("Edit Rule: %1 State Option").tqarg( m_rule->name() )
+ i18n("Edit Rule: %1 State Option").arg( m_rule->name() )
);
bool s_new = c_new->isChecked();
bool s_related = c_related->isChecked();