summaryrefslogtreecommitdiffstats
path: root/examples/mdi
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-15 13:05:33 +0900
committerMichele Calgaro <[email protected]>2024-10-22 10:05:58 +0900
commit397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch)
tree0b41c33e457556bd2b9371788ddbce25263f00d6 /examples/mdi
parent755d46927cc6a5719e695aeb8133be6897de62d8 (diff)
downloadtqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz
tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/mdi')
-rw-r--r--examples/mdi/application.cpp2
-rw-r--r--examples/mdi/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/mdi/application.cpp b/examples/mdi/application.cpp
index 5d3cff556..33301eb8e 100644
--- a/examples/mdi/application.cpp
+++ b/examples/mdi/application.cpp
@@ -22,7 +22,7 @@
#include <tqstatusbar.h>
#include <tqmessagebox.h>
#include <tqprinter.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqpushbutton.h>
#include <tqaccel.h>
#include <tqtextstream.h>
diff --git a/examples/mdi/main.cpp b/examples/mdi/main.cpp
index 07fd5d76c..451f14f19 100644
--- a/examples/mdi/main.cpp
+++ b/examples/mdi/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include "application.h"
int main( int argc, char ** argv ) {