summaryrefslogtreecommitdiffstats
path: root/kbarcode/propertywidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/propertywidget.cpp')
-rw-r--r--kbarcode/propertywidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/propertywidget.cpp b/kbarcode/propertywidget.cpp
index 16cf783..a55c193 100644
--- a/kbarcode/propertywidget.cpp
+++ b/kbarcode/propertywidget.cpp
@@ -519,7 +519,7 @@ void PropertyImage::applySettings( DocumentItem* item, KMacroCommand* command )
if( !imgUrl->url().isEmpty() )
{
if( !pix.load( imgUrl->url() ) )
- KMessageBox::error( NULL, TQString( i18n("Image format not supported for file: %1") ).tqarg( imgUrl->url() ) );
+ KMessageBox::error( NULL, TQString( i18n("Image format not supported for file: %1") ).arg( imgUrl->url() ) );
}
else
{