QTfrontend/ui/widget/hatprompt.cpp
changeset 8375 af2d2f56bc45
parent 8374 3a1708759c4f
child 8434 4821897a0f10
--- 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 <QSortFilterProxyModel>
 #include <QDebug>
 
-#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
+}