project_files/hedgewars.pro
changeset 6937 7f77fa908a4e
parent 6930 d187ea93fc4f
child 6938 217ed62e872c
--- 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 \