diff options
Diffstat (limited to 'doc/html/motif-walkthrough-9.html')
-rw-r--r-- | doc/html/motif-walkthrough-9.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/motif-walkthrough-9.html b/doc/html/motif-walkthrough-9.html index b9a912013..8d21cd1c4 100644 --- a/doc/html/motif-walkthrough-9.html +++ b/doc/html/motif-walkthrough-9.html @@ -81,8 +81,8 @@ finish removing the dependencies on Xt and Motif. keywords from the Xt library. C++ has these built into the language, so we use <tt>bool</tt> and <tt>false</tt> instead. <p> The last modification needed to completely remove Xt and Motif from -our application is to stop using the <a href="qmotif.html">TQMotif</a> class. We remove the -qmotif.h <tt>#include</tt> statement from <tt>todo.cpp</tt>, and remove the +our application is to stop using the <a href="tqmotif.html">TQMotif</a> class. We remove the +tqmotif.h <tt>#include</tt> statement from <tt>todo.cpp</tt>, and remove the instantiation from the <tt>main()</tt> function. <p> After doing this, we can remove the <tt>-lXm</tt> and <tt>-lqmotif</tt> from the <tt>LIBS</tt> variable in our project file. Our project file also contains |