summaryrefslogtreecommitdiffstats
path: root/klines/field.h
diff options
context:
space:
mode:
Diffstat (limited to 'klines/field.h')
-rw-r--r--klines/field.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/klines/field.h b/klines/field.h
index 6fb08932..c93bac4b 100644
--- a/klines/field.h
+++ b/klines/field.h
@@ -25,9 +25,10 @@
#define NUMCELLSW 9
#define NUMCELLSH 9
-class Field: public QWidget
+class Field: public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
void clearField();
@@ -35,7 +36,7 @@ public:
void saveUndo();
protected:
- Field(TQWidget* parent, const char* name);
+ Field(TQWidget* tqparent, const char* name);
~Field();
void putBall(int x, int y, int color);