summaryrefslogtreecommitdiffstats
path: root/kolf/newgame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/newgame.cpp')
-rw-r--r--kolf/newgame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kolf/newgame.cpp b/kolf/newgame.cpp
index 493b00fd..a617fc1f 100644
--- a/kolf/newgame.cpp
+++ b/kolf/newgame.cpp
@@ -104,7 +104,7 @@ NewGameDialog::NewGameDialog(bool enableCourses, TQWidget *parent, const char *_
externCourses = config->readListEntry("extra");
/// course loading
- TQStringList items = externCourses + KGlobal::dirs()->findAllResources("appdata", "courses/*");
+ TQStringList items = externCourses + TDEGlobal::dirs()->findAllResources("appdata", "courses/*");
TQStringList nameList;
const TQString lastCourse(config->readEntry("course", ""));
int curItem = 0;