From c2637a0da6d9a1c8626ca39f8451ab3b7cda487a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:47:59 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kfaxview/faxrenderer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kfaxview/faxrenderer.cpp') diff --git a/kfaxview/faxrenderer.cpp b/kfaxview/faxrenderer.cpp index b109c1f5..0061d673 100644 --- a/kfaxview/faxrenderer.cpp +++ b/kfaxview/faxrenderer.cpp @@ -136,7 +136,7 @@ bool FaxRenderer::setFile(const TQString &fname, const KURL &) TQString filename = fi.absFilePath(); if (!fi.exists() || fi.isDir()) { KMessageBox::error( parentWidget, - i18n("File error. The specified file '%1' does not exist.").tqarg(filename), + i18n("File error. The specified file '%1' does not exist.").arg(filename), i18n("File Error")); // the return value 'false' indicates that this operation was not successful. mutex.unlock(); @@ -157,11 +157,11 @@ bool FaxRenderer::setFile(const TQString &fname, const KURL &) // this case gracefully. if (fax.errorString().isEmpty()) KMessageBox::error( parentWidget, - i18n("File error. The specified file '%1' could not be loaded.").tqarg(filename), + i18n("File error. The specified file '%1' could not be loaded.").arg(filename), i18n("File Error")); else KMessageBox::detailedError( parentWidget, - i18n("File error. The specified file '%1' could not be loaded.").tqarg(filename), + i18n("File error. The specified file '%1' could not be loaded.").arg(filename), fax.errorString(), i18n("File Error")); clear(); -- cgit v1.2.3