diff options
Diffstat (limited to 'kolf/newgame.cpp')
-rw-r--r-- | kolf/newgame.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/newgame.cpp b/kolf/newgame.cpp index a617fc1f..e4c653e1 100644 --- a/kolf/newgame.cpp +++ b/kolf/newgame.cpp @@ -41,7 +41,7 @@ NewGameDialog::NewGameDialog(bool enableCourses, TQWidget *parent, const char *_ this->enableCourses = enableCourses; editors.setAutoDelete(true); - KConfig *config = kapp->config(); + TDEConfig *config = kapp->config(); // lots o' colors :) startColors << yellow << blue << red << lightGray << cyan << darkBlue << magenta << darkGray << darkMagenta << darkYellow; @@ -183,7 +183,7 @@ NewGameDialog::NewGameDialog(bool enableCourses, TQWidget *parent, const char *_ void NewGameDialog::slotOk() { - KConfig *config = kapp->config(); + TDEConfig *config = kapp->config(); config->setGroup("New Game Dialog Mode"); config->writeEntry("competition", mode->isChecked()); |