summaryrefslogtreecommitdiffstats
path: root/kolf/newgame.h
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/newgame.h')
-rw-r--r--kolf/newgame.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kolf/newgame.h b/kolf/newgame.h
index 3259846f..c4e228a4 100644
--- a/kolf/newgame.h
+++ b/kolf/newgame.h
@@ -17,12 +17,12 @@
#include "game.h"
class KLineEdit;
-class QFrame;
-class QVBoxLayout;
-class QVBox;
-class QPainter;
+class TQFrame;
+class TQVBoxLayout;
+class TQVBox;
+class TQPainter;
class KListBox;
-class QEvent;
+class TQEvent;
class PlayerEditor : public QWidget
{