diff options
Diffstat (limited to 'kpat/gamestatsimpl.cpp')
-rw-r--r-- | kpat/gamestatsimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpat/gamestatsimpl.cpp b/kpat/gamestatsimpl.cpp index 11b95fee..355768d4 100644 --- a/kpat/gamestatsimpl.cpp +++ b/kpat/gamestatsimpl.cpp @@ -40,8 +40,8 @@ void GameStatsImpl::setGameType(int id) { // Trick to reset string to original value languageChange(); - KConfig *config = kapp->config(); - KConfigGroupSaver kcs(config, scores_group); + TDEConfig *config = kapp->config(); + TDEConfigGroupSaver kcs(config, scores_group); unsigned int t = config->readUnsignedNumEntry(TQString("total%1").arg(id),0); Played->setText(Played->text().arg(t)); unsigned int w = config->readUnsignedNumEntry(TQString("won%1").arg(id),0); |