summaryrefslogtreecommitdiffstats
path: root/tutorial/t12/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/t12/main.cpp')
-rw-r--r--tutorial/t12/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/t12/main.cpp b/tutorial/t12/main.cpp
index 2fd1c3d0..5401d997 100644
--- a/tutorial/t12/main.cpp
+++ b/tutorial/t12/main.cpp
@@ -27,7 +27,7 @@ MyWidget::MyWidget( 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 );