diff -r 234b4900dfa8 -r 7f43b93242aa branchpropwindow.h --- a/branchpropwindow.h Wed Feb 27 16:09:06 2008 +0000 +++ b/branchpropwindow.h Mon Oct 06 11:10:20 2008 +0000 @@ -10,8 +10,7 @@ #include "attributedelegate.h" #include "branchobj.h" -#include "mapeditor.h" - +#include "vymmodel.h" class QAbstractItemModel; @@ -22,7 +21,7 @@ BranchPropertyWindow (QWidget *parent=0); ~BranchPropertyWindow (); void setBranch (BranchObj *); - void setMapEditor (MapEditor *); + void setModel (VymModel *); private slots: void frameTypeChanged (int); @@ -49,7 +48,7 @@ Ui::BranchPropertyWindow ui; BranchObj *branch; - MapEditor *mapEditor; + VymModel *model; QColor penColor; QColor brushColor;