summaryrefslogtreecommitdiffstats
path: root/tests/auto/parser
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-21 11:13:39 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-21 12:14:04 +0300
commit8cb9b7ec8b51e5d751f7c61b57376ad32005db10 (patch)
tree68a7a2f1daf6446e2e966dd9b38dc634c0c755d3 /tests/auto/parser
parentba27b7439e1fe57b5c49712f8e73394a98257b56 (diff)
More build fixes.
Change-Id: I4f14c83c8877d337a0452fbca81c329624106ce7 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests/auto/parser')
-rw-r--r--tests/auto/parser/tst_parser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/parser/tst_parser.cpp b/tests/auto/parser/tst_parser.cpp
index 7944f19..be51c57 100644
--- a/tests/auto/parser/tst_parser.cpp
+++ b/tests/auto/parser/tst_parser.cpp
@@ -31,8 +31,8 @@
#include <QtTest>
#include <QObject>
#include <QXmlStreamReader>
-#include <QtScxml/scxmlparser.h>
-#include <QtScxml/scxmlstatemachine.h>
+#include <QtScxml/qscxmlparser.h>
+#include <QtScxml/qscxmlstatemachine.h>
Q_DECLARE_METATYPE(QScxmlError);