summaryrefslogtreecommitdiffstats
path: root/libksirtet/lib/miscui.h
diff options
context:
space:
mode:
Diffstat (limited to 'libksirtet/lib/miscui.h')
-rw-r--r--libksirtet/lib/miscui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libksirtet/lib/miscui.h b/libksirtet/lib/miscui.h
index d8d67002..f781fbea 100644
--- a/libksirtet/lib/miscui.h
+++ b/libksirtet/lib/miscui.h
@@ -9,7 +9,7 @@
class MeetingCheckBox : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Type { Ready, NotReady, Excluded };
MeetingCheckBox(Type, bool owner, bool server, TQWidget *parent);
@@ -31,7 +31,7 @@ class MeetingCheckBox : public TQWidget
class PlayerComboBox : public TQComboBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
enum Type { Human = 0, AI, None };
PlayerComboBox(Type, bool canBeNone, bool acceptAI, TQWidget *parent);