diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 | 
| commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
| tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/process-example.html | |
| parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
| download | tqt-0582c90a.tar.gz tqt-0582c90a.zip | |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/process-example.html')
| -rw-r--r-- | doc/html/process-example.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/html/process-example.html b/doc/html/process-example.html index 01bcfb163..ccf76102c 100644 --- a/doc/html/process-example.html +++ b/doc/html/process-example.html @@ -55,7 +55,7 @@ output of the command.  #include <<a href="tqtextview-h.html">tqtextview.h</a>>  #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>>  #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> +#include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>>  #include <stdlib.h> @@ -104,7 +104,7 @@ private:  <a name="x101"></a>    if ( !proc-><a href="tqprocess.html#start">start</a>() ) {          // error handling -<a name="x96"></a>        TQMessageBox::<a href="ntqmessagebox.html#critical">critical</a>( 0, +<a name="x96"></a>        TQMessageBox::<a href="tqmessagebox.html#critical">critical</a>( 0,                  <a href="tqobject.html#tr">tr</a>("Fatal error"),                  <a href="tqobject.html#tr">tr</a>("Could not start the uic command."),                  <a href="tqobject.html#tr">tr</a>("Quit") ); | 
