diff options
Diffstat (limited to 'libtdegames/highscore/kscoredialog.cpp')
-rw-r--r-- | libtdegames/highscore/kscoredialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/highscore/kscoredialog.cpp b/libtdegames/highscore/kscoredialog.cpp index 365e7aed..03170939 100644 --- a/libtdegames/highscore/kscoredialog.cpp +++ b/libtdegames/highscore/kscoredialog.cpp @@ -164,7 +164,7 @@ void KScoreDialog::setupDialog() for (int i = 1; i <= 10; ++i) { TQLabel *label; num.setNum(i); - label = new TQLabel(i18n("#%1").tqarg(num), d->page); + label = new TQLabel(i18n("#%1").arg(num), d->page); d->labels.insert((i-1)*d->nrCols + 0, label); d->tqlayout->addWidget(label, i+4, 0); if (d->fields & Name) |