summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuoqing Zhang <guoqing.zhang@nokia.com>2011-03-16 13:50:04 (GMT)
committerGuoqing Zhang <guoqing.zhang@nokia.com>2011-03-16 13:52:28 (GMT)
commit5f99c63ab340da353497bfe4d74827b179d8a654 (patch)
treeaceafc39bb1a626d84a70a431f90d39a2bd1264b
parent39dcac49c9a20eaa9b347276d97547461c3904aa (diff)
downloadQt-5f99c63ab340da353497bfe4d74827b179d8a654.zip
Qt-5f99c63ab340da353497bfe4d74827b179d8a654.tar.gz
Qt-5f99c63ab340da353497bfe4d74827b179d8a654.tar.bz2
Fix build break
Task-number: Reviewed-by: laszlo agocs
-rw-r--r--src/plugins/s60/src/qlocale_3_2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/s60/src/qlocale_3_2.cpp b/src/plugins/s60/src/qlocale_3_2.cpp
index ab5d304..ecbf46c 100644
--- a/src/plugins/s60/src/qlocale_3_2.cpp
+++ b/src/plugins/s60/src/qlocale_3_2.cpp
@@ -42,7 +42,7 @@
#include <exception>
#include <e32std.h>
#include <e32base.h>
-#include <NumberConversion.h>
+#include <numberconversion.h>
EXPORT_C TPtrC defaultGetLongDateFormatSpec(TExtendedLocale& locale)
{