diff options
Diffstat (limited to 'doc/html/motif-walkthrough-8.html')
-rw-r--r-- | doc/html/motif-walkthrough-8.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/motif-walkthrough-8.html b/doc/html/motif-walkthrough-8.html index 82e95a073..15c54a2b1 100644 --- a/doc/html/motif-walkthrough-8.html +++ b/doc/html/motif-walkthrough-8.html @@ -150,7 +150,7 @@ will not use any Xt/Motif functions, so we remove the Xt/Motif <tt>#include</tt> These functions remain largely unchanged, maintaining compatibility with previous versions. Also, the <tt>ReadDB()</tt> and <tt>SaveDB()</tt> functions have been converted into <tt>MainWindow</tt> member functions, so -we can pass <em>this</em> as the <em>parent</em> argument to the <a href="ntqmessagebox.html">TQMessageBox</a> +we can pass <em>this</em> as the <em>parent</em> argument to the <a href="tqmessagebox.html">TQMessageBox</a> functions. <p> <pre></pre> <p> After reading the file in the <tt>MainWindow::readDB()</tt> function, we set |