summaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
parentba27b7439e1fe57b5c49712f8e73394a98257b56 (diff)
More build fixes.
Change-Id: I4f14c83c8877d337a0452fbca81c329624106ce7 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/mediaplayer-widgets-dynamic/mediaplayer-widgets-dynamic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mediaplayer-widgets-dynamic/mediaplayer-widgets-dynamic.cpp b/examples/mediaplayer-widgets-dynamic/mediaplayer-widgets-dynamic.cpp
index 848921b..ae59c23 100644
--- a/examples/mediaplayer-widgets-dynamic/mediaplayer-widgets-dynamic.cpp
+++ b/examples/mediaplayer-widgets-dynamic/mediaplayer-widgets-dynamic.cpp
@@ -40,7 +40,7 @@
#include "../mediaplayer-common/mainwindow.h"
-#include <scxmlstatemachine.h>
+#include <QScxmlStateMachine>
#include <QApplication>
int main(int argc, char **argv)