--- queensgui/src/solutionlist.h 2007/07/19 22:26:42 2 +++ queensgui/src/containerlist.h 2007/07/19 23:44:01 4 @@ -17,8 +17,8 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef SOLUTIONLIST_H -#define SOLUTIONLIST_H +#ifndef CONTAINERLIST_H +#define CONTAINERLIST_H #include "solutioncontainer.h" #include "solution.h" @@ -30,12 +30,12 @@ /** @author Torben Nielsen */ -class SolutionList : public SolutionContainer +class ContainerList : public SolutionContainer { public: - SolutionList(GUIUpdate* update); + ContainerList(GUIUpdate* update); - ~SolutionList(); + ~ContainerList(); void uniqueSolutions(); int numSolutions(); int totalSolutions();