summaryrefslogtreecommitdiffstats
path: root/tutorial/t11/cannon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t11/cannon.cpp')
-rw-r--r--tutorial/t11/cannon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/t11/cannon.cpp b/tutorial/t11/cannon.cpp
index bfbc12a1..a61b2bb6 100644
--- a/tutorial/t11/cannon.cpp
+++ b/tutorial/t11/cannon.cpp
@@ -19,8 +19,8 @@ CannonField::CannonField( TQWidget *parent, const char *name )
f = 0;
timerCount = 0;
autoShootTimer = new TQTimer( this, "movement handler" );
- connect( autoShootTimer, SIGNAL(timeout()),
- this, SLOT(moveShot()) );
+ connect( autoShootTimer, TQ_SIGNAL(timeout()),
+ this, TQ_SLOT(moveShot()) );
shoot_ang = 0;
shoot_f = 0;
setPalette( TQPalette( TQColor( 250, 250, 200) ) );