summaryrefslogtreecommitdiffstats
path: root/knights/wiz_setup.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:37:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:37:27 -0600
commita19492b5502371785de5749c2b12bbdbd012fc7a (patch)
tree8cbd3737894d9df68134a8308357e5f869c2beab /knights/wiz_setup.cpp
parentdd4501d85d9c879f7322c74c6f37cfb0e813e1bb (diff)
downloadknights-a19492b5502371785de5749c2b12bbdbd012fc7a.tar.gz
knights-a19492b5502371785de5749c2b12bbdbd012fc7a.zip
Remove additional unneeded tq method conversions
Diffstat (limited to 'knights/wiz_setup.cpp')
-rw-r--r--knights/wiz_setup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/wiz_setup.cpp b/knights/wiz_setup.cpp
index f7b1d8f..885daa9 100644
--- a/knights/wiz_setup.cpp
+++ b/knights/wiz_setup.cpp
@@ -74,7 +74,7 @@ void wiz_setup::initPage1( void )
WelcomeMessage->setText( i18n( "Thank you for installing Knights, the graphical chess interface for KDE. To help you get started quickly, there are a few things Knights will need to setup. You should click 'Next' to see what they are." ) );
P1B1->addWidget( WelcomeMessage, 1, 3 );
- addPage( Page1, i18n("Welcome to Knights v%1!").tqarg(_VERSION_) );
+ addPage( Page1, i18n("Welcome to Knights v%1!").arg(_VERSION_) );
setNextEnabled( Page1, TRUE );
setHelpEnabled( Page1, FALSE );
}