diff -r 8af2bf10ee62 -r 7f77fa908a4e project_files/hedgewars.pro --- a/project_files/hedgewars.pro Fri Apr 27 16:57:54 2012 -0400 +++ b/project_files/hedgewars.pro Thu Apr 26 16:15:37 2012 +0200 @@ -22,7 +22,7 @@ QT += network QT += webkit -HEADERS += ../QTfrontend/model/themesmodel.h \ +HEADERS += ../QTfrontend/model/ThemeModel.h \ ../QTfrontend/model/ammoSchemeModel.h \ ../QTfrontend/model/netserverslist.h \ ../QTfrontend/model/hats.h \ @@ -104,7 +104,7 @@ ../QTfrontend/ui/dialog/input_password.h SOURCES += ../QTfrontend/model/ammoSchemeModel.cpp \ - ../QTfrontend/model/themesmodel.cpp \ + ../QTfrontend/model/ThemeModel.cpp \ ../QTfrontend/model/hats.cpp \ ../QTfrontend/model/netserverslist.cpp \ ../QTfrontend/ui/qaspectratiolayout.cpp \