diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/motif-walkthrough-3.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/motif-walkthrough-3.html')
-rw-r--r-- | doc/html/motif-walkthrough-3.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/motif-walkthrough-3.html b/doc/html/motif-walkthrough-3.html index 2c0cdba3f..8427c5cf4 100644 --- a/doc/html/motif-walkthrough-3.html +++ b/doc/html/motif-walkthrough-3.html @@ -100,7 +100,7 @@ now use <a href="qfiledialog.html">TQFileDialog</a>. <a name="2"></a><p> The <em>Page Delete</em> dialog is created and used in <tt>actions.c</tt>. We need to migrate this file to C++. We rename it to <tt>actions.cpp</tt>, modify the project file and regenerate the <tt>Makefile</tt>. -<p> The changes retquired to make <tt>actions.cpp</tt> compile are minimal. We +<p> The changes required to make <tt>actions.cpp</tt> compile are minimal. We need to wrap more C header files and global variables in an <tt>extern "C"</tt> block. <p> @@ -131,7 +131,7 @@ completely. <p> The <em>IO Error</em> dialog is created and used in <tt>io.c</tt>. We need to migrate this file to C++. We rename it to <tt>io.cpp</tt>, modify the project file and regenerate the <tt>Makefile</tt>. -<p> The changes retquired to make <tt>io.cpp</tt> compile are minimal. We need +<p> The changes required to make <tt>io.cpp</tt> compile are minimal. We need to wrap more C header files and global variables in an <tt>extern "C"</tt> block. <p> |