diff options
Diffstat (limited to 'plugins/src/styles/windows')
-rw-r--r-- | plugins/src/styles/windows/main.cpp | 4 | ||||
-rw-r--r-- | plugins/src/styles/windows/windows.pro | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/src/styles/windows/main.cpp b/plugins/src/styles/windows/main.cpp index 9128994ad..ae823c318 100644 --- a/plugins/src/styles/windows/main.cpp +++ b/plugins/src/styles/windows/main.cpp @@ -1,5 +1,5 @@ -#include <qstyleplugin.h> -#include <qwindowsstyle.h> +#include <ntqstyleplugin.h> +#include <ntqwindowsstyle.h> class WindowsStyle : public TQStylePlugin { diff --git a/plugins/src/styles/windows/windows.pro b/plugins/src/styles/windows/windows.pro index f9d97e308..c1a3732c6 100644 --- a/plugins/src/styles/windows/windows.pro +++ b/plugins/src/styles/windows/windows.pro @@ -4,7 +4,7 @@ TARGET = qwindowsstyle CONFIG += qt warn_off release plugin DESTDIR = ../../../styles -HEADERS = ../../../../include/qwindowsstyle.h +HEADERS = ../../../../include/ntqwindowsstyle.h SOURCES = main.cpp \ ../../../../src/styles/qwindowsstyle.cpp |