summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/kmfwidgets/kmfsystemsettingslinux.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmyfirewall/kmfwidgets/kmfsystemsettingslinux.cpp')
-rw-r--r--kmyfirewall/kmfwidgets/kmfsystemsettingslinux.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmyfirewall/kmfwidgets/kmfsystemsettingslinux.cpp b/kmyfirewall/kmfwidgets/kmfsystemsettingslinux.cpp
index 5165e38..993a99f 100644
--- a/kmyfirewall/kmfwidgets/kmfsystemsettingslinux.cpp
+++ b/kmyfirewall/kmfwidgets/kmfsystemsettingslinux.cpp
@@ -147,7 +147,7 @@ void KMFSystemSettingsLinux::slotDistributionChanged() {
}
KMFUndoEngine::instance()->startTransaction(
conf,
- i18n( "Change system settings of target: %1" ).arg( conf->target()->guiName() )
+ i18n( "Change system settings of target: %1" ).tqarg( conf->target()->guiName() )
);
conf->setIPTPath( m_url_ipt_path->url() );
conf->setModprobePath( m_url_mod_path->url() );
@@ -174,7 +174,7 @@ void KMFSystemSettingsLinux::slotSettingChanged() {
}
KMFUndoEngine::instance()->startTransaction(
conf,
- i18n( "Change system settings of target: %1" ).arg( conf->target()->guiName() )
+ i18n( "Change system settings of target: %1" ).tqarg( conf->target()->guiName() )
);
conf->setIPTPath( m_url_ipt_path->url() );
conf->setModprobePath( m_url_mod_path->url() );