treemodel.h
changeset 793 cac93797c580
parent 788 78ba80b54bc4
child 804 14f2b1b15242
     1.1 --- a/treemodel.h	Tue Sep 08 12:15:39 2009 +0000
     1.2 +++ b/treemodel.h	Wed Sep 09 12:57:06 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