diff -r 8fb5b3956b3e -r 7eb4e5529c82 noteobj.h --- a/noteobj.h Wed Oct 24 12:21:24 2007 +0000 +++ b/noteobj.h Mon Jan 14 16:26:59 2008 +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();