diff -r a6e7a95f3b2e -r 9e8924ff9813 QTfrontend/ui/widget/themeprompt.cpp --- 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 #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 +}