diff options
Diffstat (limited to 'doc/html/motif-walkthrough-1.html')
-rw-r--r-- | doc/html/motif-walkthrough-1.html | 4 |
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 |