diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-24 20:19:50 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-29 22:23:35 +0900 |
| commit | d35eedcd87d59e716c6d49bbb6b634ef1a7660c5 (patch) | |
| tree | 204d752457acf6403c99f3928f02b612ff14d178 /examples/themes | |
| parent | ddce1c91f8582885497b463b24bac59f6fdfdf63 (diff) | |
| download | tqt-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.tar.gz tqt-d35eedcd87d59e716c6d49bbb6b634ef1a7660c5.zip | |
Rename style nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/themes')
| -rw-r--r-- | examples/themes/main.cpp | 2 | ||||
| -rw-r--r-- | examples/themes/metal.h | 2 | ||||
| -rw-r--r-- | examples/themes/wood.h | 2 |
3 files changed, 3 insertions, 3 deletions
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 |
