summaryrefslogtreecommitdiffstats
path: root/klickety/highscores.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klickety/highscores.cpp')
-rw-r--r--klickety/highscores.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klickety/highscores.cpp b/klickety/highscores.cpp
index 6c49952e..62a2e28b 100644
--- a/klickety/highscores.cpp
+++ b/klickety/highscores.cpp
@@ -23,5 +23,5 @@ bool KLHighscores::isStrictlyLess(const Score &s1, const Score &s2) const
void KLHighscores::additionalQueryItems(KURL &url, const Score &s) const
{
uint time = s.data("time").toUInt();
- addToQueryURL(url, "scoreTime", QString::number(time));
+ addToQueryURL(url, "scoreTime", TQString::number(time));
}