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 6ef8d95d..4fb92f4e 100644
--- a/kolf/newgame.cpp
+++ b/kolf/newgame.cpp
@@ -127,7 +127,7 @@ NewGameDialog::NewGameDialog(bool enableCourses, TQWidget *parent, const char *_
names.append(TQString());
nameList.append(newName);
- courseList = new KListBox(coursePage);
+ courseList = new TDEListBox(coursePage);
hlayout->addWidget(courseList);
courseList->insertStringList(nameList);
courseList->setCurrentItem(curItem);