summaryrefslogtreecommitdiffstats
path: root/ktron
diff options
context:
space:
mode:
Diffstat (limited to 'ktron')
-rw-r--r--ktron/ktron.h2
-rw-r--r--ktron/tron.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ktron/ktron.h b/ktron/ktron.h
index 6008009d..d063b792 100644
--- a/ktron/ktron.h
+++ b/ktron/ktron.h
@@ -39,7 +39,7 @@ class Tron;
class KTron : public KMainWindow {
Q_OBJECT
- TQ_OBJECT
+
public:
KTron(TQWidget *parent=0, const char *name=0);
diff --git a/ktron/tron.h b/ktron/tron.h
index db0533f5..821beddb 100644
--- a/ktron/tron.h
+++ b/ktron/tron.h
@@ -46,7 +46,7 @@ enum {BACKGROUND=0, PLAYER1=1,PLAYER2=2,TOP=4,BOTTOM=8,LEFT=16,RIGHT=32};
class Tron : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
Tron(TQWidget *parent=0, const char *name=0);