Fix build
authorunc0rr
Sun, 13 Jan 2013 11:14:50 +0400
changeset 8375 af2d2f56bc45
parent 8374 3a1708759c4f
child 8376 c11cc7246df7
Fix build
QTfrontend/ui/widget/hatbutton.cpp
QTfrontend/ui/widget/hatprompt.cpp
--- 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
+}
--- 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
+}