summaryrefslogtreecommitdiffstats
path: root/examples/demo/qasteroids/view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/qasteroids/view.cpp')
-rw-r--r--examples/demo/qasteroids/view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/qasteroids/view.cpp b/examples/demo/qasteroids/view.cpp
index 7aa86c4e..9e673a38 100644
--- a/examples/demo/qasteroids/view.cpp
+++ b/examples/demo/qasteroids/view.cpp
@@ -93,7 +93,7 @@ KAsteroidsView::KAsteroidsView( TQWidget *parent, const char *name )
initialized = readSprites();
shieldTimer = new TQTimer( this );
- connect( shieldTimer, SIGNAL(timeout()), this, SLOT(hideShield()) );
+ connect( shieldTimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(hideShield()) );
mTimerId = -1;
shipPower = MAX_POWER_LEVEL;