diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-04-07 09:13:22 +0200 |
---|---|---|
committer | Frederik Gladhorn <frederik.gladhorn@theqtcompany.com> | 2015-04-07 08:48:07 +0000 |
commit | 5199cce73762771f593f12abbe326f8086142c0e (patch) | |
tree | 055b1157fe6570370c313b38c43053f2e01aa817 /tests/auto/xmlpatternssdk | |
parent | a0fdb626e5779e0f393fb9d031bc44d5f48de263 (diff) | |
download | qtxmlpatterns-5199cce73762771f593f12abbe326f8086142c0e.tar.gz |
Rename private header qdebug_p.h to qxmldebug_p.h.
Avoid conflicts with the newly introduced qdebug_p.h
of QtCore.
Change-Id: I04b83e159900d9d36fa96ae5112eb4cdf75c0551
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'tests/auto/xmlpatternssdk')
-rw-r--r-- | tests/auto/xmlpatternssdk/ExternalSourceLoader.cpp | 2 | ||||
-rw-r--r-- | tests/auto/xmlpatternssdk/TestBaseLine.cpp | 2 | ||||
-rw-r--r-- | tests/auto/xmlpatternssdk/TestResult.cpp | 2 | ||||
-rw-r--r-- | tests/auto/xmlpatternssdk/TestSuite.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/xmlpatternssdk/ExternalSourceLoader.cpp b/tests/auto/xmlpatternssdk/ExternalSourceLoader.cpp index 895fc86..e5adb08 100644 --- a/tests/auto/xmlpatternssdk/ExternalSourceLoader.cpp +++ b/tests/auto/xmlpatternssdk/ExternalSourceLoader.cpp @@ -40,7 +40,7 @@ #include "Global.h" #include <private/qcommonsequencetypes_p.h> -#include <private/qdebug_p.h> +#include <private/qxmldebug_p.h> #include <private/qatomicstring_p.h> #include "ExternalSourceLoader.h" diff --git a/tests/auto/xmlpatternssdk/TestBaseLine.cpp b/tests/auto/xmlpatternssdk/TestBaseLine.cpp index 4086aa9..b9e24cd 100644 --- a/tests/auto/xmlpatternssdk/TestBaseLine.cpp +++ b/tests/auto/xmlpatternssdk/TestBaseLine.cpp @@ -40,7 +40,7 @@ #include <QXmlAttributes> #include <QXmlSimpleReader> -#include <private/qdebug_p.h> +#include <private/qxmldebug_p.h> #include "XMLWriter.h" #include "TestBaseLine.h" diff --git a/tests/auto/xmlpatternssdk/TestResult.cpp b/tests/auto/xmlpatternssdk/TestResult.cpp index 43db429..7f74009 100644 --- a/tests/auto/xmlpatternssdk/TestResult.cpp +++ b/tests/auto/xmlpatternssdk/TestResult.cpp @@ -34,7 +34,7 @@ #include <QXmlAttributes> #include <QtDebug> -#include <private/qdebug_p.h> +#include <private/qxmldebug_p.h> #include "Global.h" #include "XMLWriter.h" diff --git a/tests/auto/xmlpatternssdk/TestSuite.cpp b/tests/auto/xmlpatternssdk/TestSuite.cpp index 8bf437d..172f930 100644 --- a/tests/auto/xmlpatternssdk/TestSuite.cpp +++ b/tests/auto/xmlpatternssdk/TestSuite.cpp @@ -43,7 +43,7 @@ #include "XMLWriter.h" #include "XSLTTestSuiteHandler.h" #include "XSDTestSuiteHandler.h" -#include <private/qdebug_p.h> +#include <private/qxmldebug_p.h> #include "TestSuite.h" |