summaryrefslogtreecommitdiffstats
path: root/examples/themes
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 13:05:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-22 10:05:58 +0900
commit397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch)
tree0b41c33e457556bd2b9371788ddbce25263f00d6 /examples/themes
parent755d46927cc6a5719e695aeb8133be6897de62d8 (diff)
downloadtqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz
tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/themes')
-rw-r--r--examples/themes/main.cpp2
-rw-r--r--examples/themes/metal.cpp2
-rw-r--r--examples/themes/themes.cpp2
-rw-r--r--examples/themes/wood.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/themes/main.cpp b/examples/themes/main.cpp
index 74ea035a7..0ba0080bf 100644
--- a/examples/themes/main.cpp
+++ b/examples/themes/main.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqwindowsstyle.h>
#include "themes.h"
diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp
index 9d0e6fc2a..19ec19ff3 100644
--- a/examples/themes/metal.cpp
+++ b/examples/themes/metal.cpp
@@ -11,7 +11,7 @@
#ifndef TQT_NO_STYLE_WINDOWS
-#include "ntqapplication.h"
+#include "tqapplication.h"
#include "tqcombobox.h"
#include "tqpainter.h"
#include "tqdrawutil.h" // for now
diff --git a/examples/themes/themes.cpp b/examples/themes/themes.cpp
index 396354ce7..be0751f5b 100644
--- a/examples/themes/themes.cpp
+++ b/examples/themes/themes.cpp
@@ -20,7 +20,7 @@
#include "../richtext/richtext.h"
#include <tqtabwidget.h>
-#include <ntqapplication.h>
+#include <tqapplication.h>
#include <tqpopupmenu.h>
#include <tqmenubar.h>
#include <tqmessagebox.h>
diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp
index b9ce0c89f..50e191975 100644
--- a/examples/themes/wood.cpp
+++ b/examples/themes/wood.cpp
@@ -11,7 +11,7 @@
#ifndef TQT_NO_STYLE_WINDOWS
-#include "ntqapplication.h"
+#include "tqapplication.h"
#include "tqcombobox.h"
#include "tqpainter.h"
#include "tqdrawutil.h" // for now