From a19492b5502371785de5749c2b12bbdbd012fc7a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:37:27 -0600 Subject: Remove additional unneeded tq method conversions --- knights/knights.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'knights/knights.cpp') diff --git a/knights/knights.cpp b/knights/knights.cpp index 3271773..a82895a 100644 --- a/knights/knights.cpp +++ b/knights/knights.cpp @@ -561,29 +561,29 @@ void Knights::setStatusBar( const int &ID, const TQString &MSG ) case BOOK_ERROR_1: Message->setText( i18n( "Error with white engine" ) ); KMessageBox::sorry( this, - i18n("You selected %1 to play white,\nbut it can only be used as a book engine.\nPlease select another engine to play white.").tqarg( MSG ), + i18n("You selected %1 to play white,\nbut it can only be used as a book engine.\nPlease select another engine to play white.").arg( MSG ), i18n("White Engine Problem") ); break; case BOOK_ERROR_2: Message->setText( i18n( "Error with white book engine" ) ); KMessageBox::sorry( this, - i18n("You selected %1 to play white's book,\nbut it can only be used as a regular engine.\nPlease select another engine to play white's book.").tqarg( MSG ), + i18n("You selected %1 to play white's book,\nbut it can only be used as a regular engine.\nPlease select another engine to play white's book.").arg( MSG ), i18n("White Book Engine Problem") ); break; case BOOK_ERROR_3: Message->setText( i18n( "Error with black engine" ) ); KMessageBox::sorry( this, - i18n("You selected %1 to play black,\nbut it can only be used as a book engine.\nPlease select another engine to play black.").tqarg( MSG ), + i18n("You selected %1 to play black,\nbut it can only be used as a book engine.\nPlease select another engine to play black.").arg( MSG ), i18n("Black Engine Problem") ); break; case BOOK_ERROR_4: Message->setText( i18n( "Error with black book engine" ) ); KMessageBox::sorry( this, - i18n("You selected %1 to play black's book,\nbut it can only be used as a regular engine.\nPlease select another engine to play black's book.").tqarg( MSG ), + i18n("You selected %1 to play black's book,\nbut it can only be used as a regular engine.\nPlease select another engine to play black's book.").arg( MSG ), i18n("Black Book Engine Problem") ); break; case ENGINE_DIED_ERROR: - Message->setText( i18n( "The computer opponent assigned to play %1 has crashed" ).tqarg( MSG ) ); + Message->setText( i18n( "The computer opponent assigned to play %1 has crashed" ).arg( MSG ) ); break; case LOAD_ERROR: Message->setText( i18n( "There was an error while loading the file" ) ); @@ -1017,7 +1017,7 @@ void Knights::installThemes( void ) if( installError ) { KMessageBox::sorry( this, - i18n("The theme could not be installed:\n%1").tqarg( allerror ), + i18n("The theme could not be installed:\n%1").arg( allerror ), i18n("Can not install theme") ); } return; -- cgit v1.2.3