diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/progressbar/progressbar.cpp | 2 | ||||
-rw-r--r-- | examples/themes/main.cpp | 2 | ||||
-rw-r--r-- | examples/themes/metal.h | 2 | ||||
-rw-r--r-- | examples/themes/wood.h | 2 |
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 |