summaryrefslogtreecommitdiffstats
path: root/kdvi/vf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdvi/vf.cpp')
-rw-r--r--kdvi/vf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdvi/vf.cpp b/kdvi/vf.cpp
index b6da55c0..6e8f7a41 100644
--- a/kdvi/vf.cpp
+++ b/kdvi/vf.cpp
@@ -177,7 +177,7 @@ void TeXFontDefinition::read_VF_index()
}
}
if (cmnd != POST)
- oops(i18n("Wrong command byte found in VF macro list: %1").tqarg(cmnd));
+ oops(i18n("Wrong command byte found in VF macro list: %1").arg(cmnd));
fclose (VF_file);
file = NULL;