diff -r 78ba80b54bc4 -r 6b0a5f4923d3 treemodel.h --- a/treemodel.h Tue Aug 18 12:39:07 2009 +0000 +++ b/treemodel.h Thu Sep 17 09:41:09 2009 +0000 @@ -35,11 +35,11 @@ const QModelIndex & parent = QModelIndex() ); TreeItem* getItem (const QModelIndex &index) const; - TreeItem* getRootItem(); + BranchItem* getRootItem(); protected: - TreeItem *rootItem; + BranchItem *rootItem; }; #endif