changeset 33 | 3e2da88830cd |
parent 30 | 5dc02b23752f |
--- a/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro Tue Jul 06 15:10:48 2010 +0300 +++ b/examples/declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro Wed Aug 18 10:37:55 2010 +0300 @@ -1,5 +1,5 @@ QT += declarative -HEADERS += musician.h -SOURCES += musician.cpp \ +HEADERS += piechart.h +SOURCES += piechart.cpp \ main.cpp