summaryrefslogtreecommitdiffstats
path: root/kasteroids/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'kasteroids/view.h')
-rw-r--r--kasteroids/view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kasteroids/view.h b/kasteroids/view.h
index 57b5ac39..9fbbf347 100644
--- a/kasteroids/view.h
+++ b/kasteroids/view.h
@@ -19,7 +19,7 @@
class KAsteroidsView : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KAsteroidsView( TQWidget *parent = 0, const char *name = 0 );
@@ -43,7 +43,7 @@ public:
void brake( bool b );
void pause( bool p);
- void showText( const TQString &text, const TQColor &color, bool scroll=TRUE );
+ void showText( const TQString &text, const TQColor &color, bool scroll=true );
void hideText();
int shots() const { return shotsFired; }