From 126fc898cdb8d4b0fef6f735feb880927584b6ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 13 Jan 2013 19:05:57 +0100 Subject: [PATCH] fixed: QLocale.h -> qlocale.h --- common/onstart_flow_selection_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/onstart_flow_selection_dialog.cpp b/common/onstart_flow_selection_dialog.cpp index 9f92feae..57247ce0 100644 --- a/common/onstart_flow_selection_dialog.cpp +++ b/common/onstart_flow_selection_dialog.cpp @@ -2,7 +2,7 @@ #include #include -#include +#include OnStartFlowSelectionDialog::OnStartFlowSelectionDialog(QWidget * parent) :QDialog(parent)