summaryrefslogtreecommitdiffstats
path: root/kolf/newgame.h
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/newgame.h')
-rw-r--r--kolf/newgame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kolf/newgame.h b/kolf/newgame.h
index 93bc46bc..96dfb95b 100644
--- a/kolf/newgame.h
+++ b/kolf/newgame.h
@@ -21,7 +21,7 @@ class TQFrame;
class TQVBoxLayout;
class TQVBox;
class TQPainter;
-class KListBox;
+class TDEListBox;
class TQEvent;
class PlayerEditor : public TQWidget
@@ -93,7 +93,7 @@ private:
TQStringList extraCourses;
- KListBox *courseList;
+ TDEListBox *courseList;
TQLabel *name;
TQLabel *author;
TQLabel *par;