diff options
Diffstat (limited to 'tests/auto/xmlpatternssdk/Global.h')
-rw-r--r-- | tests/auto/xmlpatternssdk/Global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/xmlpatternssdk/Global.h b/tests/auto/xmlpatternssdk/Global.h index 30a89eb..95e21ac 100644 --- a/tests/auto/xmlpatternssdk/Global.h +++ b/tests/auto/xmlpatternssdk/Global.h @@ -44,8 +44,8 @@ #include <QString> -#include "private/qitem_p.h" -#include "private/qnamepool_p.h" +#include <private/qitem_p.h> +#include <private/qnamepool_p.h> #if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN) # ifdef Q_PATTERNISTSDK_BUILDING |