summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-17 15:19:07 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-09-17 16:21:31 +0300
commitd3c3cac3d3edab1b5bdc44aeb24ad0f1d35f17f4 (patch)
treea205edc4c2a03e952e18aa552cd01c7e239c9cea /tests
parentffc2fa7af23336924e1b094dee8c57f7e53f6041 (diff)
Renamed files to (hopefully) match Qt naming.
Change-Id: Iaaebe835a6bdcfe934af10090b51973c10f38a90 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/scion/tst_scion.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/scion/tst_scion.cpp b/tests/auto/scion/tst_scion.cpp
index 25626db..c7bb5fc 100644
--- a/tests/auto/scion/tst_scion.cpp
+++ b/tests/auto/scion/tst_scion.cpp
@@ -19,9 +19,9 @@
#include <QtTest/QtTest>
#include <QJsonDocument>
-#include <QtScxml/scxmlparser.h>
-#include <QtScxml/ecmascriptdatamodel.h>
-#include <QtScxml/nulldatamodel.h>
+#include <QtScxml/qscxmlparser.h>
+#include <QtScxml/qscxmlecmascriptdatamodel.h>
+#include <QtScxml/qscxmlnulldatamodel.h>
#include "scxml/scion.h"
#include "scxml/compiled_tests.h"