summaryrefslogtreecommitdiffstats
path: root/kbarcode/imageitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/imageitem.cpp')
-rw-r--r--kbarcode/imageitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/imageitem.cpp b/kbarcode/imageitem.cpp
index ea6b40b..a091c37 100644
--- a/kbarcode/imageitem.cpp
+++ b/kbarcode/imageitem.cpp
@@ -102,7 +102,7 @@ void ImageItem::drawEPcl( TQTextStream* stream )
for( int buf=0; buf < 3; buf++ ){
*stream << TQString("GS %1 32 %1 %1 %1 %1 ")
- .tqarg(buf).tqarg(rect().x()).tqarg(rect().y()).tqarg(width).tqarg(height);
+ .arg(buf).arg(rect().x()).arg(rect().y()).arg(width).arg(height);
for( int i=width-1; i >= 0; i-- ){
for( int j=0; j < height; j++ ){