Index: sources/view/dg/data/VDGHeatersData.h =================================================================== diff -u -r6ae83fa9a1a3204864fc5b50fe906ac09e9c1ea5 -r00d9bb06ec2bad14f6dc2db678b750c244f694ef --- sources/view/dg/data/VDGHeatersData.h (.../VDGHeatersData.h) (revision 6ae83fa9a1a3204864fc5b50fe906ac09e9c1ea5) +++ sources/view/dg/data/VDGHeatersData.h (.../VDGHeatersData.h) (revision 00d9bb06ec2bad14f6dc2db678b750c244f694ef) @@ -18,7 +18,7 @@ // Project #include "MModel.h" -#include "vview.h" +#include "VView.h" // namespace namespace View { @@ -27,11 +27,10 @@ { Q_OBJECT - PROPERTY( quint32, mainPrimaryDC , 0) - PROPERTY( quint32, smallPrimaryDC , 0) - PROPERTY( quint32, trimmerDC , 0) + PROPERTY( quint32, mainPrimaryDC , 0); + PROPERTY( quint32, smallPrimaryDC , 0); + PROPERTY( quint32, trimmerDC , 0); VIEW_DEC(VDGHeaters, DGHeatersData) - }; }