summaryrefslogtreecommitdiffstats
path: root/kmyfirewall/core/kmfpluginfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmyfirewall/core/kmfpluginfactory.cpp')
-rw-r--r--kmyfirewall/core/kmfpluginfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmyfirewall/core/kmfpluginfactory.cpp b/kmyfirewall/core/kmfpluginfactory.cpp
index 8d12e05..987b207 100644
--- a/kmyfirewall/core/kmfpluginfactory.cpp
+++ b/kmyfirewall/core/kmfpluginfactory.cpp
@@ -66,7 +66,7 @@ KParts::ReadWritePart* KMFPluginFactory::KMFMainView( KParts::MainWindow* parent
return 0;
} else {
err->setErrType( KMFError::FATAL );
- err->setErrMsg( i18n( "Could not find %1 in the library search path." ).tqarg( libName ) );
+ err->setErrMsg( i18n( "Could not find %1 in the library search path." ).arg( libName ) );
return 0;
}
err->setErrType( KMFError::FATAL );