examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.h
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.h	Fri Sep 17 08:34:18 2010 +0300
+++ b/examples/declarative/tutorials/extending/chapter6-plugins/chartsplugin.h	Mon Oct 04 01:19:32 2010 +0300
@@ -41,7 +41,7 @@
 #define CHARTSPLUGIN_H
 
 //![0]
-#include <QtDeclarative/QDeclarativeExtensionPlugin>
+#include <QDeclarativeExtensionPlugin>
 
 class ChartsPlugin : public QDeclarativeExtensionPlugin
 {