diff -r 9db215a4ad53 -r 5987f9f15bac branchpropwindow.h --- a/branchpropwindow.h Mon Jul 27 12:53:17 2009 +0000 +++ b/branchpropwindow.h Mon Aug 03 10:42:12 2009 +0000 @@ -20,7 +20,7 @@ public: BranchPropertyWindow (QWidget *parent=0); ~BranchPropertyWindow (); - void setBranch (BranchObj *); + void setBranch (BranchItem *); void setModel (VymModel *); private slots: @@ -48,6 +48,7 @@ Ui::BranchPropertyWindow ui; BranchObj *branch; + BranchItem *branchItem; VymModel *model; QColor penColor;