summaryrefslogtreecommitdiffstats
path: root/examples/life/lifedlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/life/lifedlg.cpp')
-rw-r--r--examples/life/lifedlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/life/lifedlg.cpp b/examples/life/lifedlg.cpp
index 1f9af427..a7beffaa 100644
--- a/examples/life/lifedlg.cpp
+++ b/examples/life/lifedlg.cpp
@@ -55,7 +55,7 @@ LifeDialog::LifeDialog( int scale, TQWidget * parent, const char * name )
life->move( SIDEBORDER, TOPBORDER );
- connect( qb, SIGNAL(clicked()), qApp, SLOT(tquit()) );
+ connect( qb, SIGNAL(clicked()), qApp, SLOT(quit()) );
qb->setGeometry( SIDEBORDER, SIDEBORDER, qb->sizeHint().width(), 25 );
timer = new LifeTimer( this );