From 0f92dd542b65bc910caaf190b7c623aa5158c86a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 22:33:41 -0600 Subject: Fix native TQt3 accidental conversion to tquit --- doc/tutorial2.doc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/tutorial2.doc') diff --git a/doc/tutorial2.doc b/doc/tutorial2.doc index 9d68e51fd..91099788b 100644 --- a/doc/tutorial2.doc +++ b/doc/tutorial2.doc @@ -385,7 +385,7 @@ canvas; but events (e.g. mouse clicks) take place on the canvas view. \endtable Each action is represented by a private slot, e.g. \c fileNew(), \c -optionsSetData(), etc. We also have tquite a number of private +optionsSetData(), etc. We also have quite a number of private functions and data members; we'll look at all these as we go through the implementation. @@ -673,7 +673,7 @@ item id. \printline \printline -When the user tquits we give them the opportunity to save any unsaved +When the user quits we give them the opportunity to save any unsaved data (okToClear()) then save their options, e.g. window size and position, chart type, etc., before terminating. @@ -1064,7 +1064,7 @@ We set a caption for the dialog and resize it. \skipto tableButtonBox \printline -The layout of the form is tquite simple. The buttons will be grouped +The layout of the form is quite simple. The buttons will be grouped together in a horizontal layout and the table and the button layout will be grouped together vertically using the tableButtonBox layout. -- cgit v1.2.1