diff -r 3a1708759c4f -r af2d2f56bc45 QTfrontend/ui/widget/hatprompt.cpp --- a/QTfrontend/ui/widget/hatprompt.cpp Sun Jan 13 10:46:01 2013 +0400 +++ b/QTfrontend/ui/widget/hatprompt.cpp Sun Jan 13 11:14:50 2013 +0400 @@ -30,9 +30,9 @@ #include #include -#include "datamanager.h" +#include "DataManager.h" #include "lineeditcursor.h" -#include "hatmodel.h" +#include "HatModel.h" #include "hatprompt.h" HatPrompt::HatPrompt(int currentIndex, QWidget* parent) : QDialog(parent) @@ -166,4 +166,4 @@ { filterModel->setFilterFixedString(text); list->setCurrentIndex(filterModel->index(0, 0)); -} \ No newline at end of file +}