summaryrefslogtreecommitdiffstats
path: root/doc/html/helpviewer-example.html
diff options
context:
space:
mode:
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()