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 ce1ceb4fd..fbfa2eb89 100644 --- a/doc/html/motif-walkthrough-8.html +++ b/doc/html/motif-walkthrough-8.html @@ -70,7 +70,7 @@ application on all platforms supported by TQt. <p> </ol> <p> We will use the first approach to complete the migration of the example project used in this walkthrough, using <a href="tqtextedit.html">TQTextEdit</a>, <a href="tqlabel.html">TQLabel</a> and -<a href="ntqspinbox.html">TQSpinBox</a> to provide a similar look. The only difference is that we +<a href="tqspinbox.html">TQSpinBox</a> to provide a similar look. The only difference is that we will not have tabs. <p> We use <a href="designer-manual.html">TQt Designer</a> to add the TQTextEdit, TQLabel and TQSpinBox widgets to the <em>Main Window</em> widget. @@ -140,7 +140,7 @@ variable, we add a forward declaration at the top of <tt>mainwindow.ui.h</tt>. renamed to <tt>MainWindow::readDB()</tt> and <tt>MainWindow::saveDB()</tt>, respectively. We need to modify the code in order to make the code work properly. -<p> First, We add <tt>#include</tt> statements for the <tt>MainWindow</tt>, <a href="ntqspinbox.html">TQSpinBox</a> +<p> First, We add <tt>#include</tt> statements for the <tt>MainWindow</tt>, <a href="tqspinbox.html">TQSpinBox</a> and <a href="tqtextedit.html">TQTextEdit</a> classes. <p> |