selection.cpp
changeset 492 cf60b90369a4
parent 460 12e763c3e486
child 611 a1ae877b438d
     1.1 --- a/selection.cpp	Wed Apr 25 16:02:54 2007 +0000
     1.2 +++ b/selection.cpp	Thu May 17 20:19:04 2007 +0000
     1.3 @@ -129,7 +129,7 @@
     1.4  	return selectList.count();
     1.5  }
     1.6  
     1.7 -SelectionType Selection::type() // TODO no multiselections yet
     1.8 +Selection::Type Selection::type() // TODO no multiselections yet
     1.9  {
    1.10  	if (!selectList.isEmpty())
    1.11  	{