From 0eaf799d8c36d8d877a43a2f9ee71a1a2f968911 Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Wed, 24 Apr 2013 11:28:51 +0300 Subject: Fix qsqvgfunctions_wince_p.h include in order make build pass for WEC7. Apparently the included header name was not renamed when the following patch: https://codereview.qt-project.org/23497 evolved and header filename was changed. Change-Id: Id4ff055046c46b630c2014bc1ba60f36c8520337 Reviewed-by: Joerg Bornemann --- src/svg/qsvgfunctions_wince.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/svg/qsvgfunctions_wince.cpp b/src/svg/qsvgfunctions_wince.cpp index 59f7157..e0b1a66 100644 --- a/src/svg/qsvgfunctions_wince.cpp +++ b/src/svg/qsvgfunctions_wince.cpp @@ -47,7 +47,7 @@ #include #include "qplatformdefs.h" -#include "qfunctions_wince_p.h" +#include "qsvgfunctions_wince_p.h" #include "qstring.h" #include "qbytearray.h" #include "qhash.h" -- cgit v1.2.1