summaryrefslogtreecommitdiffstats
path: root/kasteroids/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'kasteroids/view.h')
-rw-r--r--kasteroids/view.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kasteroids/view.h b/kasteroids/view.h
index 5d62f640..48b72e9f 100644
--- a/kasteroids/view.h
+++ b/kasteroids/view.h
@@ -17,11 +17,12 @@
#define MAX_POWER_LEVEL 1000
-class KAsteroidsView : public QWidget
+class KAsteroidsView : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- KAsteroidsView( TQWidget *parent = 0, const char *name = 0 );
+ KAsteroidsView( TQWidget *tqparent = 0, const char *name = 0 );
virtual ~KAsteroidsView();
int refreshRate;