diff options
Diffstat (limited to 'doc/html/motif-walkthrough-8.html')
-rw-r--r-- | doc/html/motif-walkthrough-8.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/motif-walkthrough-8.html b/doc/html/motif-walkthrough-8.html index fbfa2eb89..82e95a073 100644 --- a/doc/html/motif-walkthrough-8.html +++ b/doc/html/motif-walkthrough-8.html @@ -182,14 +182,14 @@ it from our project file and regenerate our <tt>Makefile</tt>. <p> <a name="todo-cpp-view-widget-modifications"></a> <p> Now that we have implemented our new <em>View</em> widget, we need to remove the old <a href="motif-extension.html#Motif">Motif</a> based view widget from <tt>todo.cpp</tt>. -<p> Since we will not be using any Motif widgets, we remove all Motif <tt>#include</tt> statements, including <a href="qmotifwidget-h.html">qmotifwidget.h</a>. +<p> Since we will not be using any Motif widgets, we remove all Motif <tt>#include</tt> statements, including <a href="tqmotifwidget-h.html">tqmotifwidget.h</a>. <p> <pre></pre><pre></pre> <p> We also remove the forward declarations of the <tt>ReadDB()</tt> function and the <tt>notebook</tt>, <tt>textw</tt> and <tt>labelw</tt> global variables. <p> <pre></pre> -<p> Next, we remove the <tt>center</tt> widget, which uses <a href="qmotifwidget.html">TQMotifWidget</a>. The <em>Main Window</em> widget and <em>View</em> widget are contained entirely in our +<p> Next, we remove the <tt>center</tt> widget, which uses <a href="tqmotifwidget.html">TQMotifWidget</a>. The <em>Main Window</em> widget and <em>View</em> widget are contained entirely in our <tt>MainWindow</tt> class, so no extra initialization is needed after creating the <tt>mainwindow</tt> widget. <p> <pre></pre> |