summaryrefslogtreecommitdiffstats
path: root/kbounce/highscores.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbounce/highscores.cpp')
-rw-r--r--kbounce/highscores.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbounce/highscores.cpp b/kbounce/highscores.cpp
index fec2d1e6..5dc3bf47 100644
--- a/kbounce/highscores.cpp
+++ b/kbounce/highscores.cpp
@@ -6,7 +6,7 @@ using namespace KExtHighscore;
ExtManager::ExtManager()
{
- Item *item = new Item((uint)0, i18n("Level"), Qt::AlignRight);
+ Item *item = new Item((uint)0, i18n("Level"), TQt::AlignRight);
addScoreItem("level", item);
}