changeset 8375 | af2d2f56bc45 |
parent 8374 | 3a1708759c4f |
child 8434 | 4821897a0f10 |
--- a/QTfrontend/ui/widget/hatbutton.cpp Sun Jan 13 10:46:01 2013 +0400 +++ b/QTfrontend/ui/widget/hatbutton.cpp Sun Jan 13 11:14:50 2013 +0400 @@ -20,7 +20,7 @@ #include "hatprompt.h" #include "DataManager.h" -#include "hatmodel.h" +#include "HatModel.h" #include "hatbutton.h" HatButton::HatButton(QWidget* parent) : QPushButton(parent) @@ -69,4 +69,4 @@ setCurrentIndex(hatID); emit currentIndexChanged(hatID); emit currentHatChanged(currentHat()); -} \ No newline at end of file +}