diff -r f75489896084 -r 494e8f40f0f7 ornamentedobj.h --- a/ornamentedobj.h Tue Jan 03 09:44:41 2006 +0000 +++ b/ornamentedobj.h Tue Jan 03 09:44:41 2006 +0000 @@ -20,6 +20,7 @@ virtual void setVisibility(bool)=0; // set vis. for w virtual void setColor(QColor,bool)=0; // set the color of text and link QColor getColor (); // get color of heading + virtual void positionContents(); virtual void move (double,double); virtual void move (QPoint); virtual void moveBy (double,double); @@ -39,6 +40,7 @@ NoteObj note; // Notes FlagRowObj *systemFlags; // System Flags FlagRowObj *standardFlags; // Standard Flags + }; #endif