summaryrefslogtreecommitdiffstats
path: root/tools/qscxmlc/qscxmlc.cpp
diff options
context:
space:
mode:
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2015-08-11 18:37:15 +0300
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-08-12 11:55:31 +0300
commitf5b9733b4442d1ea5667b8be61ce28d4991ed48d (patch)
tree77f5e72b60c2c1e88033880649b7dcc94aa35a82 /tools/qscxmlc/qscxmlc.cpp
parentd843fae8e9b81675459ccc2d6e056ab2b6f943a0 (diff)
Canonicalize module naming (QScxml -> QtScxml)
Change-Id: Iad3f027cddcd3c56bca9a136099ef0628f71f5ba Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'tools/qscxmlc/qscxmlc.cpp')
-rw-r--r--tools/qscxmlc/qscxmlc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qscxmlc/qscxmlc.cpp b/tools/qscxmlc/qscxmlc.cpp
index 71dfa2f..1ec54dc 100644
--- a/tools/qscxmlc/qscxmlc.cpp
+++ b/tools/qscxmlc/qscxmlc.cpp
@@ -16,7 +16,7 @@
** from Digia Plc.
****************************************************************************/
-#include <QScxml/scxmlparser.h>
+#include <QtScxml/scxmlparser.h>
#include "scxmlcppdumper.h"
#include <QCoreApplication>