diff options
Diffstat (limited to 'lib/kofficecore/KoApplication.cpp')
| -rw-r--r-- | lib/kofficecore/KoApplication.cpp | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoApplication.cpp b/lib/kofficecore/KoApplication.cpp index a4cfcc149..d127f4448 100644 --- a/lib/kofficecore/KoApplication.cpp +++ b/lib/kofficecore/KoApplication.cpp @@ -180,10 +180,10 @@ bool KoApplication::start()  			   paths = KGlobal::dirs()->findAllResources("data", appName +"/templates/" + desktopName );  	             }  		     if ( paths.isEmpty()) { -		        KMessageBox::error(0L, i18n("No template found for: %1 ").arg(desktopName) ); +		        KMessageBox::error(0L, i18n("No template found for: %1 ").tqarg(desktopName) );  		        delete shell;  		     } else if ( paths.count() > 1 ) { -		        KMessageBox::error(0L,  i18n("Too many templates found for: %1").arg(desktopName) ); +		        KMessageBox::error(0L,  i18n("Too many templates found for: %1").tqarg(desktopName) );  		        delete shell;  		     }  		  } @@ -203,7 +203,7 @@ bool KoApplication::start()  		       kdDebug(30003) << "Template loaded..." << endl;  		       n++;  		     } else { -		        KMessageBox::error(0L, i18n("Template %1 failed to load.").arg(templateURL.prettyURL()) ); +		        KMessageBox::error(0L, i18n("Template %1 failed to load.").tqarg(templateURL.prettyURL()) );   		        delete shell;  		     }  		  }  | 
