diff options
Diffstat (limited to 'src/toolsinfodialog.cpp')
-rw-r--r-- | src/toolsinfodialog.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/toolsinfodialog.cpp b/src/toolsinfodialog.cpp index 1d64c5c..0c8ed10 100644 --- a/src/toolsinfodialog.cpp +++ b/src/toolsinfodialog.cpp @@ -109,16 +109,16 @@ ToolsInfoDialog::ToolsInfoDialog(KVpncConfig *GlobalConfig, TQWidget *parent, co if ( tool->Version.contains("Openswan")) { comment="Openswan"; - comment+=", "+i18n("kernel %1 support").tqarg("2.6"); + comment+=", "+i18n("kernel %1 support").arg("2.6"); comment+=", "+i18n("smartcard support"); } else if ( tool->Version.contains("strongSwan")) { comment="strongSwan"; comment+=", "+i18n("no aggressive mode"); - comment+=", "+i18n("kernel %1 support").tqarg("2.4"); + comment+=", "+i18n("kernel %1 support").arg("2.4"); if (!(majorversion <= 2 && minorversion <= 8 && subminorversion <= 1)) - comment+=", "+i18n("kernel %1 support").tqarg("2.6"); + comment+=", "+i18n("kernel %1 support").arg("2.6"); comment+=", "+i18n("smartcard support"); } else @@ -328,7 +328,7 @@ ToolsInfoDialog::ToolsInfoDialog(KVpncConfig *GlobalConfig, TQWidget *parent, co } else if (tool->Name == "tail") { -// comment+=", "+i18n("kernel %1 support").tqarg("2.6"); +// comment+=", "+i18n("kernel %1 support").arg("2.6"); } else if (tool->Name == "ssh") { |