summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-1.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/motif-walkthrough-1.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/motif-walkthrough-1.html')
-rw-r--r--doc/html/motif-walkthrough-1.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/motif-walkthrough-1.html b/doc/html/motif-walkthrough-1.html
index aac0cab67..59bf202aa 100644
--- a/doc/html/motif-walkthrough-1.html
+++ b/doc/html/motif-walkthrough-1.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
[ <a href="motif-walkthrough.html">Home</a> ]
[ <a href="motif-walkthrough-2.html">Next: Preparing to Migrate the User Interface</a> ]
-<p> <h2> Starting with <a href="qmotif.html">TQMotif</a> and <a href="qapplication.html">TQApplication</a>
+<p> <h2> Starting with <a href="qmotif.html">TQMotif</a> and <a href="ntqapplication.html">TQApplication</a>
</h2>
<a name="1"></a><p> To be able to use TQt, we need to create a TQApplication object. The
TQApplication class controls all the event delivery and display
@@ -59,7 +59,7 @@ the <em>TQt Motif Extension</em> provides a complete integration.
Normally, a Motif based program would use the <tt>XtAppMainLoop()</tt>
function to run the application's event loop. This is still possible,
but since we are migrating to the TQt toolkit, we prefer to use the
-<a href="qapplication.html#exec">TQApplication::exec</a>() function for running the event loop.
+<a href="ntqapplication.html#exec">TQApplication::exec</a>() function for running the event loop.
<p> <pre></pre>
<p> Since we renamed <tt>todo.c</tt> to <tt>todo.cpp</tt>, we must change the
project file and rerun <em>qmake</em> to regenerate our <tt>Makefile</tt>. When we