--- a/QTfrontend/ui/widget/themeprompt.cpp Mon Jan 14 13:28:03 2013 +0100
+++ b/QTfrontend/ui/widget/themeprompt.cpp Mon Jan 14 21:17:42 2013 +0400
@@ -26,8 +26,8 @@
#include <QLabel>
#include "flowlayout.h"
-#include "datamanager.h"
-#include "thememodel.h"
+#include "DataManager.h"
+#include "ThemeModel.h"
#include "themeprompt.h"
ThemePrompt::ThemePrompt(QWidget* parent) : QDialog(parent)
@@ -97,4 +97,4 @@
{
QWidget * btn = (QWidget*)sender();
done(btn->property("themeID").toInt() + 1); // Since returning 0 means canceled
-}
\ No newline at end of file
+}