summaryrefslogtreecommitdiffstats
path: root/doc/html/helpviewer-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 11:53:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 13:56:43 +0900
commit0582c90a9ed4b965629267713f51c0da7c38b39d (patch)
treecae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/helpviewer-example.html
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt-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.html6
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 &lt;<a href="tqfile-h.html">tqfile.h</a>&gt;
#include &lt;<a href="tqtextstream-h.html">tqtextstream.h</a>&gt;
#include &lt;<a href="tqstylesheet-h.html">tqstylesheet.h</a>&gt;
-#include &lt;<a href="qmessagebox-h.html">ntqmessagebox.h</a>&gt;
+#include &lt;<a href="tqmessagebox-h.html">tqmessagebox.h</a>&gt;
#include &lt;<a href="tqfiledialog-h.html">tqfiledialog.h</a>&gt;
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
#include &lt;<a href="tqcombobox-h.html">tqcombobox.h</a>&gt;
@@ -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",
"&lt;p&gt;This example implements a simple HTML help viewer "
"using TQt's rich text capabilities&lt;/p&gt;"
"&lt;p&gt;It's just about 400 lines of C++ code, so don't expect too much :-)&lt;/p&gt;"
@@ -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()