summaryrefslogtreecommitdiffstats
path: root/kreversi/highscores.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kreversi/highscores.cpp')
-rw-r--r--kreversi/highscores.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kreversi/highscores.cpp b/kreversi/highscores.cpp
index fae86a40..e8aa0a94 100644
--- a/kreversi/highscores.cpp
+++ b/kreversi/highscores.cpp
@@ -75,7 +75,7 @@ void ExtManager::convertLegacy(uint gameType)
if ( gameType!=0 )
return;
- KConfigGroupSaver cg(kapp->config(), "High Score");
+ TDEConfigGroupSaver cg(kapp->config(), "High Score");
for (uint i = 1; i <= 10; i++) {
TQString key = "Pos" + TQString::number(i);