noteobj.h
changeset 617 7ee5bf3647d3
parent 613 8fb5b3956b3e
child 746 ee6b0f3a4c2f
     1.1 --- a/noteobj.h	Thu Nov 08 15:28:03 2007 +0000
     1.2 +++ b/noteobj.h	Thu Nov 08 15:28:03 2007 +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();