summaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/default/person.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/extending/default/person.h')
-rw-r--r--examples/declarative/extending/default/person.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/extending/default/person.h b/examples/declarative/extending/default/person.h
index 884dda3..b3eceaa 100644
--- a/examples/declarative/extending/default/person.h
+++ b/examples/declarative/extending/default/person.h
@@ -42,7 +42,7 @@
#define PERSON_H
#include <QObject>
-#include <qml.h>
+#include <qdeclarative.h>
class Person : public QObject {
Q_OBJECT