summaryrefslogtreecommitdiffstats
path: root/doc/html/mdi-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/mdi-example.html
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz
tqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.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/mdi-example.html')
-rw-r--r--doc/html/mdi-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/mdi-example.html b/doc/html/mdi-example.html
index fd89eaa4f..00f2fae7f 100644
--- a/doc/html/mdi-example.html
+++ b/doc/html/mdi-example.html
@@ -146,7 +146,7 @@ private:
#include &lt;<a href="tqfiledialog-h.html">tqfiledialog.h</a>&gt;
#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="tqstatusbar-h.html">tqstatusbar.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="tqprinter-h.html">tqprinter.h</a>&gt;
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
#include &lt;<a href="tqpushbutton-h.html">tqpushbutton.h</a>&gt;
@@ -329,7 +329,7 @@ void <a name="f541"></a>ApplicationWindow::closeWindow()
void <a name="f542"></a>ApplicationWindow::about()
{
-<a name="x2036"></a> TQMessageBox::<a href="ntqmessagebox.html#about">about</a>( this, "TQt Application Example",
+<a name="x2036"></a> TQMessageBox::<a href="tqmessagebox.html#about">about</a>( this, "TQt Application Example",
"This example demonstrates simple use of\n "
"TQt's Multiple Document Interface (MDI).");
}
@@ -337,7 +337,7 @@ void <a name="f542"></a>ApplicationWindow::about()
void <a name="f543"></a>ApplicationWindow::aboutTQt()
{
- TQMessageBox::<a href="ntqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Application Example" );
+ TQMessageBox::<a href="tqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Application Example" );
}
@@ -425,7 +425,7 @@ MDIWindow::~MDIWindow()
void MDIWindow::<a href="tqwidget.html#closeEvent">closeEvent</a>( <a href="tqcloseevent.html">TQCloseEvent</a> *e )
{
<a name="x2069"></a> if ( medit-&gt;<a href="tqtextedit.html#isModified">isModified</a>() ) {
- switch( TQMessageBox::<a href="ntqmessagebox.html#warning">warning</a>( this, "Save Changes",
+ switch( TQMessageBox::<a href="tqmessagebox.html#warning">warning</a>( this, "Save Changes",
<a href="tqobject.html#tr">tr</a>("Save changes to %1?").arg( <a href="tqwidget.html#caption">caption</a>() ),
<a href="tqobject.html#tr">tr</a>("Yes"), tr("No"), tr("Cancel") ) ) {
case 0: