summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcollator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qcollator_p.h')
-rw-r--r--src/corelib/tools/qcollator_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qcollator_p.h b/src/corelib/tools/qcollator_p.h
index 7c5f18c5b2..50e1a01f82 100644
--- a/src/corelib/tools/qcollator_p.h
+++ b/src/corelib/tools/qcollator_p.h
@@ -47,7 +47,7 @@
#include <QVector>
#ifdef QT_USE_ICU
#include <unicode/ucol.h>
-#elif defined(Q_OS_DARWIN)
+#elif defined(Q_OS_OSX)
#include <CoreServices/CoreServices.h>
#endif
@@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE
typedef UCollator *CollatorType;
typedef QByteArray CollatorKeyType;
-#elif defined(Q_OS_DARWIN)
+#elif defined(Q_OS_OSX)
typedef QVector<UCCollationValue> CollatorKeyType;
struct CollatorType {