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 9a8a7493..93bc46bc 100644
--- a/kolf/newgame.h
+++ b/kolf/newgame.h
@@ -27,7 +27,7 @@ class TQEvent;
class PlayerEditor : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
PlayerEditor(TQString name = TQString(), TQColor = red, TQWidget *parent = 0, const char *_name = 0);
@@ -51,7 +51,7 @@ private:
class NewGameDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
NewGameDialog(bool enableCourses, TQWidget *parent, const char *_name = 0);