diff -r 16d63fc9ae42 -r 7ee5bf3647d3 noteobj.h --- a/noteobj.h Thu Nov 08 15:28:03 2007 +0000 +++ b/noteobj.h Thu Nov 08 15:28:03 2007 +0000 @@ -5,12 +5,12 @@ class NoteObj; -#include "misc.h" +#include "xmlobj.h" /*! \brief The text note belonging to one OrnamentedObj */ -class NoteObj:public xmlObj +class NoteObj:public XMLObj { public: NoteObj();