changeset 689 | c7b1178aec77 |
parent 613 | 8fb5b3956b3e |
child 746 | ee6b0f3a4c2f |
1.1 --- a/noteobj.h Wed Oct 24 12:21:24 2007 +0000 1.2 +++ b/noteobj.h Mon May 05 13:46:42 2008 +0000 1.3 @@ -5,12 +5,12 @@ 1.4 1.5 class NoteObj; 1.6 1.7 -#include "misc.h" 1.8 +#include "xmlobj.h" 1.9 1.10 /*! \brief The text note belonging to one OrnamentedObj */ 1.11 1.12 1.13 -class NoteObj:public xmlObj 1.14 +class NoteObj:public XMLObj 1.15 { 1.16 public: 1.17 NoteObj();