summaryrefslogtreecommitdiffstats
path: root/ksame/StoneWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksame/StoneWidget.h')
-rw-r--r--ksame/StoneWidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ksame/StoneWidget.h b/ksame/StoneWidget.h
index b6840055..01e64ebe 100644
--- a/ksame/StoneWidget.h
+++ b/ksame/StoneWidget.h
@@ -29,6 +29,7 @@ struct StoneSlice;
class StoneWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
int modified;
// int marked; // # of marked stones
@@ -46,7 +47,7 @@ class StoneWidget : public TQWidget {
StoneSlice **map;
public:
- StoneWidget( TQWidget *parent=0, int x=10,int y=10);
+ StoneWidget( TQWidget *tqparent=0, int x=10,int y=10);
~StoneWidget();
unsigned int board();
@@ -54,7 +55,7 @@ public:
int marked();
TQSize size();
int colors();
- virtual TQSize sizeHint() const;
+ virtual TQSize tqsizeHint() const;
bool undoPossible() const;