diff -r 78ba80b54bc4 -r 16a8ef1d82b2 treemodel.h --- a/treemodel.h Tue Aug 18 12:39:07 2009 +0000 +++ b/treemodel.h Fri Oct 02 09:40:57 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