aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/extending/chapter6-plugins/chartsplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/extending/chapter6-plugins/chartsplugin.cpp')
-rw-r--r--examples/tutorials/extending/chapter6-plugins/chartsplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/extending/chapter6-plugins/chartsplugin.cpp b/examples/tutorials/extending/chapter6-plugins/chartsplugin.cpp
index d75f810964..0cead527b8 100644
--- a/examples/tutorials/extending/chapter6-plugins/chartsplugin.cpp
+++ b/examples/tutorials/extending/chapter6-plugins/chartsplugin.cpp
@@ -41,7 +41,7 @@
//![0]
#include "piechart.h"
#include "pieslice.h"
-#include <qdeclarative.h>
+#include <qqml.h>
void ChartsPlugin::registerTypes(const char *uri)
{