summaryrefslogtreecommitdiffstats
path: root/tutorial/t13/gamebrd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t13/gamebrd.cpp')
-rw-r--r--tutorial/t13/gamebrd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/t13/gamebrd.cpp b/tutorial/t13/gamebrd.cpp
index fdb29d10f..a8ee16c54 100644
--- a/tutorial/t13/gamebrd.cpp
+++ b/tutorial/t13/gamebrd.cpp
@@ -22,7 +22,7 @@ GameBoard::GameBoard( TQWidget *parent, const char *name )
TQPushButton *quit = new TQPushButton( "&Quit", this, "quit" );
quit->setFont( TQFont( "Times", 18, TQFont::Bold ) );
- connect( quit, SIGNAL(clicked()), qApp, SLOT(quit()) );
+ connect( quit, SIGNAL(clicked()), tqApp, SLOT(quit()) );
LCDRange *angle = new LCDRange( "ANGLE", this, "angle" );
angle->setRange( 5, 70 );