diff options
Diffstat (limited to 'doc/html/simple-application-example.html')
-rw-r--r-- | doc/html/simple-application-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/simple-application-example.html b/doc/html/simple-application-example.html index 2b51c98b2..108859a6f 100644 --- a/doc/html/simple-application-example.html +++ b/doc/html/simple-application-example.html @@ -113,7 +113,7 @@ private: #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="tqstatusbar-h.html">tqstatusbar.h</a>> -#include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> +#include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqprinter-h.html">tqprinter.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqaccel-h.html">tqaccel.h</a>> @@ -354,7 +354,7 @@ void <a name="f465"></a>ApplicationWindow::print() return; } -<a name="x1557"></a> switch( TQMessageBox::<a href="ntqmessagebox.html#information">information</a>( this, "TQt Application Example", +<a name="x1557"></a> switch( TQMessageBox::<a href="tqmessagebox.html#information">information</a>( this, "TQt Application Example", "Do you want to save the changes" " to the document?", "Yes", "No", "Cancel", @@ -376,7 +376,7 @@ void <a name="f465"></a>ApplicationWindow::print() void <a name="f466"></a>ApplicationWindow::about() { -<a name="x1555"></a> TQMessageBox::<a href="ntqmessagebox.html#about">about</a>( this, "TQt Application Example", +<a name="x1555"></a> TQMessageBox::<a href="tqmessagebox.html#about">about</a>( this, "TQt Application Example", "This example demonstrates simple use of " "TQMainWindow,\nTQMenuBar and TQToolBar."); } @@ -384,7 +384,7 @@ void <a name="f466"></a>ApplicationWindow::about() void <a name="f467"></a>ApplicationWindow::aboutTQt() { -<a name="x1556"></a> TQMessageBox::<a href="ntqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Application Example" ); +<a name="x1556"></a> TQMessageBox::<a href="tqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Application Example" ); } </pre> |