From cd31c065900e5a6cd124a9a08b5d1e7e08dbca80 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Fri, 23 Nov 2012 14:31:49 +0100 Subject: Made QWindowsStyle internal We will take this opportunity to remove various QStyle specializations from the public API in Qt5. This gives us much more freedom, for example changing the inheritance hierarchy, pluginizing etc. without worrying about BC. => Use QStyleFactory and/or QProxyStyle instead of creating an instance or inheriting QWindowsStyle directly. Change-Id: Ic17c7e425535bc5bb3a08620e9059bb0aea5185e Reviewed-by: Andras Becsi Reviewed-by: Lars Knoll Reviewed-by: Thomas Hartmann --- src/widgets/styles/qwindowsxpstyle_p_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/styles/qwindowsxpstyle_p_p.h') diff --git a/src/widgets/styles/qwindowsxpstyle_p_p.h b/src/widgets/styles/qwindowsxpstyle_p_p.h index 6bd5e58aec..91b6d64163 100644 --- a/src/widgets/styles/qwindowsxpstyle_p_p.h +++ b/src/widgets/styles/qwindowsxpstyle_p_p.h @@ -54,7 +54,7 @@ // #include "qwindowsxpstyle_p.h" -#include "qwindowsstyle_p.h" +#include "qwindowsstyle_p_p.h" #include #include -- cgit v1.2.3