diff -r 78ba80b54bc4 -r cac93797c580 treemodel.h --- a/treemodel.h Tue Aug 18 12:39:07 2009 +0000 +++ b/treemodel.h Wed Sep 09 12:57:06 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