diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-16 09:56:15 -0600 |
commit | dc97c53fce225cd37a63752957b740cf6a23e4c7 (patch) | |
tree | 1ab114aa83239fc024f4a4c40952d3c8a4508115 /kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp | |
parent | d737fa5621adb2f9504b4119a151615eeacba574 (diff) | |
download | kmyfirewall-dc97c53fce225cd37a63752957b740cf6a23e4c7.tar.gz kmyfirewall-dc97c53fce225cd37a63752957b740cf6a23e4c7.zip |
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit d737fa5621adb2f9504b4119a151615eeacba574.
Diffstat (limited to 'kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp')
-rw-r--r-- | kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp b/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp index ebaf39b..27ef89d 100644 --- a/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp +++ b/kmyfirewall/ruleoptionplugins/interface_option/kmfruleeditorinterface.cpp @@ -96,7 +96,7 @@ void KMFRuleEditorInterface::slotOk() { // KMyFirewallRuleEditor* ed = (KMyFirewallRuleEditor*)parentWidget(); KMFUndoEngine::instance()->startTransaction( m_rule, - i18n("Edit Rule: %1 Interface Option").arg( m_rule->name() ) + i18n("Edit Rule: %1 Interface Option").tqarg( m_rule->name() ) ); TQString out = cb_out_int->currentText(); |