changeset 802 | f076fdec767d |
parent 788 | 78ba80b54bc4 |
child 804 | 14f2b1b15242 |
1.1 --- a/treemodel.h Tue Aug 18 12:39:07 2009 +0000 1.2 +++ b/treemodel.h Fri Oct 02 13:24:55 2009 +0000 1.3 @@ -35,11 +35,11 @@ 1.4 const QModelIndex & parent = QModelIndex() ); 1.5 1.6 TreeItem* getItem (const QModelIndex &index) const; 1.7 - TreeItem* getRootItem(); 1.8 + BranchItem* getRootItem(); 1.9 1.10 1.11 protected: 1.12 - TreeItem *rootItem; 1.13 + BranchItem *rootItem; 1.14 }; 1.15 1.16 #endif