summaryrefslogtreecommitdiffstats
path: root/src/piklab-prog/cli_prog_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/piklab-prog/cli_prog_manager.cpp')
-rw-r--r--src/piklab-prog/cli_prog_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piklab-prog/cli_prog_manager.cpp b/src/piklab-prog/cli_prog_manager.cpp
index d448f95..f8b73d1 100644
--- a/src/piklab-prog/cli_prog_manager.cpp
+++ b/src/piklab-prog/cli_prog_manager.cpp
@@ -25,7 +25,7 @@ Port::Description Programmer::CliManager::portDescription() const
if ( CLI::_port=="usb" ) return Port::Description(PortType::USB, TQString());
PortType type = Port::findType(CLI::_port);
if ( type==PortType::Nb_Types ) {
- log->log(Log::LineType::Warning, i18n("Could not find device \"%1\" as serial or parallel port. Will try to open as serial port.").arg(CLI::_port));
+ log->log(Log::LineType::Warning, i18n("Could not find device \"%1\" as serial or parallel port. Will try to open as serial port.").tqarg(CLI::_port));
type = PortType::Serial;
}
return Port::Description(type, CLI::_port);