diff options
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() |