summaryrefslogtreecommitdiffstats
path: root/kbarcode/batchprinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/batchprinter.cpp')
-rw-r--r--kbarcode/batchprinter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbarcode/batchprinter.cpp b/kbarcode/batchprinter.cpp
index 9bc1409..2319fda 100644
--- a/kbarcode/batchprinter.cpp
+++ b/kbarcode/batchprinter.cpp
@@ -300,7 +300,7 @@ void BatchPrinter::startImages()
else
name += m_image_custom_filename;
- TQString filename = name + TQString("_%1.").tqarg( i ) + KImageIO::suffix( m_image_format );
+ TQString filename = name + TQString("_%1.").arg( i ) + KImageIO::suffix( m_image_format );
unsigned int c = 0;
while( TQFile::exists( filename ) ) {
@@ -334,7 +334,7 @@ void BatchPrinter::startBCP()
TQFile file( m_path );
if( !file.open( IO_WriteOnly ) ) // | IO_Raw ) )
{
- KMessageBox::error( parent, TQString( i18n("<qt>Can't open the file or device <b>%1</b></qt>.") ).tqarg( m_path ) );
+ KMessageBox::error( parent, TQString( i18n("<qt>Can't open the file or device <b>%1</b></qt>.") ).arg( m_path ) );
return;
}