summaryrefslogtreecommitdiffstats
path: root/ksmiletris/gamewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksmiletris/gamewidget.h')
-rw-r--r--ksmiletris/gamewidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ksmiletris/gamewidget.h b/ksmiletris/gamewidget.h
index f1a84b6c..3eeaac96 100644
--- a/ksmiletris/gamewidget.h
+++ b/ksmiletris/gamewidget.h
@@ -36,6 +36,7 @@ class TQTimer;
class GameWidget : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
signals:
void changedStats(int, int);
@@ -47,7 +48,7 @@ public:
int num_level;
int num_points;
- GameWidget(TQWidget *parent=0, const char *name=0);
+ GameWidget(TQWidget *tqparent=0, const char *name=0);
~GameWidget();
void setPieces(PiecesType type);
@@ -62,7 +63,7 @@ public:
return s;
}
- void repaintChilds();
+ void tqrepaintChilds();
private:
TQPixmap *sprites;