summaryrefslogtreecommitdiffstats
path: root/kig/filters/svgexporter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kig/filters/svgexporter.cc')
-rw-r--r--kig/filters/svgexporter.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/filters/svgexporter.cc b/kig/filters/svgexporter.cc
index e2cc41bd..93801b3b 100644
--- a/kig/filters/svgexporter.cc
+++ b/kig/filters/svgexporter.cc
@@ -81,7 +81,7 @@ void SVGExporter::run( const KigPart& part, KigWidget& w )
{
KMessageBox::sorry( &w, i18n( "The file \"%1\" could not be opened. Please "
"check if the file permissions are set correctly." )
- .arg( file_name ) );
+ .tqarg( file_name ) );
return;
};
@@ -105,7 +105,7 @@ void SVGExporter::run( const KigPart& part, KigWidget& w )
if ( !pic.save( file_name, "SVG" ) )
{
- KMessageBox::error( &w, i18n( "Sorry, something went wrong while saving to SVG file \"%1\"" ).arg( file_name ) );
+ KMessageBox::error( &w, i18n( "Sorry, something went wrong while saving to SVG file \"%1\"" ).tqarg( file_name ) );
}
}