summaryrefslogtreecommitdiffstats
path: root/doc/html/tqaction-application-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/tqaction-application-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/tqaction-application-example.html')
-rw-r--r--doc/html/tqaction-application-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqaction-application-example.html b/doc/html/tqaction-application-example.html
index 9ccf17cf..92351aa3 100644
--- a/doc/html/tqaction-application-example.html
+++ b/doc/html/tqaction-application-example.html
@@ -114,7 +114,7 @@ private:
#include &lt;<a href="tqfile-h.html">tqfile.h</a>&gt;
#include &lt;<a href="tqfiledialog-h.html">tqfiledialog.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="tqaccel-h.html">tqaccel.h</a>&gt;
@@ -367,7 +367,7 @@ void <a name="f381"></a>ApplicationWindow::print()
return;
}
-<a name="x1139"></a> switch( TQMessageBox::<a href="ntqmessagebox.html#information">information</a>( this, "TQt Application Example",
+<a name="x1139"></a> switch( TQMessageBox::<a href="tqmessagebox.html#information">information</a>( this, "TQt Application Example",
"The document has been changed since "
"the last save.",
"Save Now", "Cancel", "Leave Anyway",
@@ -389,7 +389,7 @@ void <a name="f381"></a>ApplicationWindow::print()
void <a name="f382"></a>ApplicationWindow::about()
{
-<a name="x1137"></a> TQMessageBox::<a href="ntqmessagebox.html#about">about</a>( this, "TQt Application Example",
+<a name="x1137"></a> TQMessageBox::<a href="tqmessagebox.html#about">about</a>( this, "TQt Application Example",
"This example demonstrates simple use of "
"TQMainWindow,\nTQMenuBar and TQToolBar.");
}
@@ -397,7 +397,7 @@ void <a name="f382"></a>ApplicationWindow::about()
void <a name="f383"></a>ApplicationWindow::aboutTQt()
{
-<a name="x1138"></a> TQMessageBox::<a href="ntqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Application Example" );
+<a name="x1138"></a> TQMessageBox::<a href="tqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Application Example" );
}
</pre>