fixed: QLocale.h -> qlocale.h

This commit is contained in:
Luis Ángel San Martín 2013-01-13 19:05:57 +01:00
parent 635098d0eb
commit 126fc898cd

View File

@ -2,7 +2,7 @@
#include <QPushButton> #include <QPushButton>
#include <QHBoxLayout> #include <QHBoxLayout>
#include <QLocale.h> #include <qlocale.h>
OnStartFlowSelectionDialog::OnStartFlowSelectionDialog(QWidget * parent) OnStartFlowSelectionDialog::OnStartFlowSelectionDialog(QWidget * parent)
:QDialog(parent) :QDialog(parent)