hideLinkInExport for Branches (Floats still missing). Floats are now OrnamentedObj.
authorinsilmaril
Tue, 14 Mar 2006 14:27:04 +0000
changeset 242f3cc8813844f
parent 241 f5243654fe86
child 243 fad762341d2d
hideLinkInExport for Branches (Floats still missing). Floats are now OrnamentedObj.
floatobj.h
     1.1 --- a/floatobj.h	Tue Mar 14 14:27:04 2006 +0000
     1.2 +++ b/floatobj.h	Tue Mar 14 14:27:04 2006 +0000
     1.3 @@ -1,10 +1,10 @@
     1.4  #ifndef FLOATOBJ_H
     1.5  #define FLOATOBJ_H
     1.6  
     1.7 -#include "linkablemapobj.h"
     1.8 +#include "ornamentedobj.h"
     1.9  
    1.10  /////////////////////////////////////////////////////////////////////////////
    1.11 -class FloatObj:public LinkableMapObj {
    1.12 +class FloatObj:public OrnamentedObj {
    1.13  public:
    1.14      FloatObj ();
    1.15      FloatObj (QCanvas*);