From 520c05ef06ce203ad32470730f68402bc7719157 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 27 Feb 2012 02:13:42 -0600 Subject: Automated update from qt3 --- doc/threads.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/threads.doc') diff --git a/doc/threads.doc b/doc/threads.doc index 21f986952..f05fe8d07 100644 --- a/doc/threads.doc +++ b/doc/threads.doc @@ -255,7 +255,7 @@ are examples of simple GUI operations: \code ... - qApp->lock(); + tqApp->lock(); QPainter p; p.begin( mywidget ); @@ -263,7 +263,7 @@ are examples of simple GUI operations: p.drawLine( 0,0,100,100 ); p.end(); - qApp->unlock(); + tqApp->unlock(); ... \endcode -- cgit v1.2.1