summaryrefslogtreecommitdiffstats
path: root/kpdf/error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/error.cpp')
-rw-r--r--kpdf/error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/error.cpp b/kpdf/error.cpp
index 00d3581e..ca62437f 100644
--- a/kpdf/error.cpp
+++ b/kpdf/error.cpp
@@ -32,7 +32,7 @@ void CDECL error(int pos, char *msg, ...) {
return;
}
if (pos >= 0) {
- emsg = TQString("Error (%1): ").arg(pos);
+ emsg = TQString("Error (%1): ").tqarg(pos);
} else {
emsg = "Error: ";
}