summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-24 20:19:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-29 22:23:35 +0900
commitd35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch)
tree204d752457acf6403c99f3928f02b612ff14d178 /examples
parentddce1c91f8582885497b463b24bac59f6fdfdf63 (diff)
downloadtqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz
tqt3-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples')
-rw-r--r--examples/progressbar/progressbar.cpp2
-rw-r--r--examples/themes/main.cpp2
-rw-r--r--examples/themes/metal.h2
-rw-r--r--examples/themes/wood.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/progressbar/progressbar.cpp b/examples/progressbar/progressbar.cpp
index 0969f8101..a513c5248 100644
--- a/examples/progressbar/progressbar.cpp
+++ b/examples/progressbar/progressbar.cpp
@@ -14,7 +14,7 @@
#include <tqprogressbar.h>
#include <tqlayout.h>
-#include <ntqmotifstyle.h>
+#include <tqmotifstyle.h>
/*
* Constructor
diff --git a/examples/themes/main.cpp b/examples/themes/main.cpp
index a560b5f70..74ea035a7 100644
--- a/examples/themes/main.cpp
+++ b/examples/themes/main.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include <ntqapplication.h>
-#include <ntqwindowsstyle.h>
+#include <tqwindowsstyle.h>
#include "themes.h"
#include "metal.h"
diff --git a/examples/themes/metal.h b/examples/themes/metal.h
index b37999c0c..0941840d6 100644
--- a/examples/themes/metal.h
+++ b/examples/themes/metal.h
@@ -19,7 +19,7 @@
#ifndef TQT_NO_STYLE_WINDOWS
-#include <ntqwindowsstyle.h>
+#include <tqwindowsstyle.h>
class MetalStyle : public TQWindowsStyle
diff --git a/examples/themes/wood.h b/examples/themes/wood.h
index 869c89b2b..6fd769a26 100644
--- a/examples/themes/wood.h
+++ b/examples/themes/wood.h
@@ -19,7 +19,7 @@
#ifndef TQT_NO_STYLE_WINDOWS
-#include <ntqwindowsstyle.h>
+#include <tqwindowsstyle.h>
class NorwegianWoodStyle : public TQWindowsStyle