summaryrefslogtreecommitdiffstats
path: root/kwin4/kwin4/kwin4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kwin4/kwin4/kwin4.cpp')
-rw-r--r--kwin4/kwin4/kwin4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin4/kwin4/kwin4.cpp b/kwin4/kwin4/kwin4.cpp
index fbd34d5f..e9ac71f1 100644
--- a/kwin4/kwin4/kwin4.cpp
+++ b/kwin4/kwin4/kwin4.cpp
@@ -509,7 +509,7 @@ void Kwin4App::slotGameOver(int status, KPlayer * p, KGame * /*me*/)
EndGame(TWin);
else
EndGame(TLost);
- TQString msg=i18n("%1 won the game. Please restart next round.").tqarg(doc->QueryName(((FARBE)p->userId())));
+ TQString msg=i18n("%1 won the game. Please restart next round.").arg(doc->QueryName(((FARBE)p->userId())));
slotStatusMsg(msg);
}
else if (status==2) // Abort