diff options
author | Michele Calgaro <[email protected]> | 2024-10-15 13:05:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-22 10:05:58 +0900 |
commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/html/designer-manual-4.html | |
parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
download | tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/designer-manual-4.html')
-rw-r--r-- | doc/html/designer-manual-4.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/designer-manual-4.html b/doc/html/designer-manual-4.html index 4cc8aafce..a13478de7 100644 --- a/doc/html/designer-manual-4.html +++ b/doc/html/designer-manual-4.html @@ -428,7 +428,7 @@ body { background: #ffffff; color: black; } { if ( okToClear() ) { saveSettings(); - TQApplication::<a href="ntqapplication.html#exit">exit</a>( 0 ); + TQApplication::<a href="tqapplication.html#exit">exit</a>( 0 ); } } </pre> @@ -489,7 +489,7 @@ body { background: #ffffff; color: black; } <li><p>"tqpainter.h"</p> <li><p>"tqstring.h"</p> <li><p>"tqcolor.h"</p> -<li><p>"ntqapplication.h"</p> +<li><p>"tqapplication.h"</p> <li><p>"tqfiledialog.h"</p> <li><p>"tqfile.h"</p> <li><p>"tqregexp.h"</p> @@ -513,7 +513,7 @@ body { background: #ffffff; color: black; } <p>The OptionsForm has no members.</p> <h4><a name="6-5"></a>main.cpp Members</h4> <p>This file should begin with the following declarations:</p> -<pre> #include <<a href="qapplication-h.html">ntqapplication.h</a>> +<pre> #include <<a href="tqapplication-h.html">tqapplication.h</a>> #include "mainform.h" </pre> <!-- eof --> |