summaryrefslogtreecommitdiffstats
path: root/ksnake/rattler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/rattler.h')
-rw-r--r--ksnake/rattler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ksnake/rattler.h b/ksnake/rattler.h
index da0c13bd..4c9b72ee 100644
--- a/ksnake/rattler.h
+++ b/ksnake/rattler.h
@@ -40,12 +40,13 @@ class SamySnake;
enum { Init, Playing, Demo, Paused, Over };
-class Rattler : public QWidget
+class Rattler : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- Rattler ( TQWidget *parent=0, const char *name=0 );
+ Rattler ( TQWidget *tqparent=0, const char *name=0 );
~Rattler();
void setActionCollection(KActionCollection *a){ actionCollection = a;}