summaryrefslogtreecommitdiffstats
path: root/kbarcode/tbarcode2.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:06 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-07-30 01:02:57 +0200
commitc3a149dc44356276c11db3d2f075ca872f846cae (patch)
tree7fe4e94140d0cfb6ceb2b834c065a873c2c2d81f /kbarcode/tbarcode2.cpp
parent16d04a9d15b29020d4ef58e49b01c919409fe1bf (diff)
downloadkbarcode-c3a149dc44356276c11db3d2f075ca872f846cae.tar.gz
kbarcode-c3a149dc44356276c11db3d2f075ca872f846cae.zip
Remove additional unneeded tq method conversions
(cherry picked from commit 4541cff71067e65367cea5ff44e5136934e8a333)
Diffstat (limited to 'kbarcode/tbarcode2.cpp')
-rw-r--r--kbarcode/tbarcode2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/tbarcode2.cpp b/kbarcode/tbarcode2.cpp
index 22ae500..eb98756 100644
--- a/kbarcode/tbarcode2.cpp
+++ b/kbarcode/tbarcode2.cpp
@@ -141,7 +141,7 @@ TQRect TBarcode2::bbox( const char* postscript, long postscript_size )
psfile.file()->writeBlock( postscript, postscript_size );
psfile.file()->close();
- if( !readFromPipe( TQString( gs_bbox ).tqarg( psfile.file()->name() ).latin1(), &buffer, &len ) || !len )
+ if( !readFromPipe( TQString( gs_bbox ).arg( psfile.file()->name() ).latin1(), &buffer, &len ) || !len )
{
psfile.unlink();
return TQRect( 0, 0, 0, 0 );