summaryrefslogtreecommitdiffstats
path: root/examples/themes
diff options
context:
space:
mode:
Diffstat (limited to 'examples/themes')
-rw-r--r--examples/themes/main.cpp2
-rw-r--r--examples/themes/metal.h2
-rw-r--r--examples/themes/wood.h2
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