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/helpviewer-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/helpviewer-example.html')
| -rw-r--r-- | doc/html/helpviewer-example.html | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html index 71c8d00c2..c20023b78 100644 --- a/doc/html/helpviewer-example.html +++ b/doc/html/helpviewer-example.html @@ -126,7 +126,7 @@ private:  #include <<a href="tqfile-h.html">tqfile.h</a>>  #include <<a href="tqtextstream-h.html">tqtextstream.h</a>>  #include <<a href="tqstylesheet-h.html">tqstylesheet.h</a>> -#include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> +#include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>>  #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>>  #include <<a href="qapplication-h.html">ntqapplication.h</a>>  #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> @@ -311,7 +311,7 @@ HelpWindow::~HelpWindow()  void <a name="f354"></a>HelpWindow::about()  { -<a name="x994"></a>    TQMessageBox::<a href="ntqmessagebox.html#about">about</a>( this, "HelpViewer Example", +<a name="x994"></a>    TQMessageBox::<a href="tqmessagebox.html#about">about</a>( this, "HelpViewer Example",                          "<p>This example implements a simple HTML help viewer "                          "using TQt's rich text capabilities</p>"                          "<p>It's just about 400 lines of C++ code, so don't expect too much :-)</p>" @@ -321,7 +321,7 @@ void <a name="f354"></a>HelpWindow::about()  void <a name="f355"></a>HelpWindow::aboutTQt()  { -<a name="x995"></a>    TQMessageBox::<a href="ntqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQBrowser" ); +<a name="x995"></a>    TQMessageBox::<a href="tqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQBrowser" );  }  void <a name="f356"></a>HelpWindow::openFile() | 
