summaryrefslogtreecommitdiffstats
path: root/src/tools/qlocale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qlocale.cpp')
-rw-r--r--src/tools/qlocale.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/qlocale.cpp b/src/tools/qlocale.cpp
index dd176921..ce2e1647 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