--- queensgui/src/src.pro 2007/07/19 23:44:01 4 +++ queensgui/src/src.pro 2007/07/20 01:22:53 5 @@ -13,9 +13,9 @@ config.h \ containerhash.h \ containermnvector.h \ - intsolution.h \ - guiupdate.h \ - solutionmatrix.h + guiupdate.h \ + solutionmatrix.h \ + solutionint.h SOURCES += main.cpp \ board.cpp \ solution.cpp \ @@ -26,8 +26,8 @@ containerlist.cpp \ containerhash.cpp \ containermnvector.cpp \ - intsolution.cpp \ - solutionmatrix.cpp + solutionmatrix.cpp \ + solutionint.cpp TARGET = ../bin/queensgui CONFIG += debug \ warn_on \