diff options
Diffstat (limited to 'kblackbox/kbbgame.cpp')
-rw-r--r-- | kblackbox/kbbgame.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kblackbox/kbbgame.cpp b/kblackbox/kbbgame.cpp index dbaf2bc7..4855058f 100644 --- a/kblackbox/kbbgame.cpp +++ b/kblackbox/kbbgame.cpp @@ -326,12 +326,12 @@ void KBBGame::gameFinished() "I guess you need more practice."); KMessageBox::information(this, - s.arg(KGlobal::locale()->formatNumber(score, 0))); + s.arg(TDEGlobal::locale()->formatNumber(score, 0))); } else { s = i18n( "You should place %1 balls!\n" "You have placed %2.") - .arg(KGlobal::locale()->formatNumber(balls, 0)) - .arg(KGlobal::locale()->formatNumber(ballsPlaced, 0)); + .arg(TDEGlobal::locale()->formatNumber(balls, 0)) + .arg(TDEGlobal::locale()->formatNumber(ballsPlaced, 0)); KMessageBox::sorry(this, s); } |