From 359640943bcf155faa9a067dde9e00a123276290 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Feb 2012 17:43:39 -0600 Subject: Automated update from Qt3 --- src/tools/qlocale.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/qlocale.cpp') diff --git a/src/tools/qlocale.cpp b/src/tools/qlocale.cpp index dd1769216..ce2e1647b 100644 --- a/src/tools/qlocale.cpp +++ b/src/tools/qlocale.cpp @@ -147,13 +147,13 @@ static inline double negNan() // Sizes as defined by the ISO C99 standard - fallback #ifndef LLONG_MAX -# define LLONG_MAX Q_INT64_C(9223372036854775807) +# define LLONG_MAX TQ_INT64_C(9223372036854775807) #endif #ifndef LLONG_MIN -# define LLONG_MIN (-LLONG_MAX - Q_INT64_C(1)) +# define LLONG_MIN (-LLONG_MAX - TQ_INT64_C(1)) #endif #ifndef ULLONG_MAX -# define ULLONG_MAX Q_UINT64_C(0xffffffffffffffff) +# define ULLONG_MAX TQ_UINT64_C(0xffffffffffffffff) #endif #ifndef QT_QLOCALE_USES_FCVT -- cgit v1.2.3