summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-06-28 14:19:51 +0200
committerQt by Nokia <qt-info@nokia.com>2011-06-28 15:32:29 +0200
commita40d74e5547b3a27492d4ebc650dc6b69ab94728 (patch)
treeda011ed11762c153b066bbf48e3f6f2e5770e028 /src
parent6f262a60d19a68ed8bfedf26839aec96d16c2550 (diff)
compile on Mac OS X
Change-Id: Ibe74e51aab6e6b8d7a0e71cd88dcc97f72fcd1f9 Reviewed-on: http://codereview.qt.nokia.com/833 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/gui/text/qfont.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp
index 2d6af3b662..cf97310ea3 100644
--- a/src/gui/text/qfont.cpp
+++ b/src/gui/text/qfont.cpp
@@ -80,7 +80,8 @@
#include <QtGui/private/qapplication_p.h>
#endif
-#include <QMutexLocker>
+#include <QtCore/QMutexLocker>
+#include <QtCore/QMutex>
// #define QFONTCACHE_DEBUG
#ifdef QFONTCACHE_DEBUG