summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro')
-rw-r--r--examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro b/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
index bd05ebe..0f04167 100644
--- a/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
+++ b/examples/declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro
@@ -1,5 +1,5 @@
QT += declarative
-HEADERS += musician.h
-SOURCES += musician.cpp \
+HEADERS += piechart.h
+SOURCES += piechart.cpp \
main.cpp