summaryrefslogtreecommitdiffstats
path: root/tdeprint/foomatic/kfoomaticprinterimpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/foomatic/kfoomaticprinterimpl.cpp')
-rw-r--r--tdeprint/foomatic/kfoomaticprinterimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/foomatic/kfoomaticprinterimpl.cpp b/tdeprint/foomatic/kfoomaticprinterimpl.cpp
index b628ac6d9..d47a5e134 100644
--- a/tdeprint/foomatic/kfoomaticprinterimpl.cpp
+++ b/tdeprint/foomatic/kfoomaticprinterimpl.cpp
@@ -44,7 +44,7 @@ bool KFoomaticPrinterImpl::setupCommand(TQString& cmd, KPrinter *printer)
QString exe = executable();
if (!exe.isEmpty())
{
- cmd = exe + TQString::fromLatin1(" -P %1 -# %2").arg(quote(printer->printerName())).arg(printer->numCopies());
+ cmd = exe + TQString::tqfromLatin1(" -P %1 -# %2").arg(quote(printer->printerName())).arg(printer->numCopies());
return true;
}
else