summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@nokia.com>2010-10-15 15:39:37 (GMT)
committerTor Arne Vestbø <tor.arne.vestbo@nokia.com>2010-10-15 15:40:11 (GMT)
commit5c5db99fd08ca5147058fcc0842fc2bb0849a2d4 (patch)
treedc99f888949446cf265f59d578261aa0d1c9416e
parentdfe9084344d73d59f4569c8be6104ce83ae0df95 (diff)
downloadQt-5c5db99fd08ca5147058fcc0842fc2bb0849a2d4.zip
Qt-5c5db99fd08ca5147058fcc0842fc2bb0849a2d4.tar.gz
Qt-5c5db99fd08ca5147058fcc0842fc2bb0849a2d4.tar.bz2
Fix the build on Mac OS X after 24e0f64b8a3
-rw-r--r--src/gui/dialogs/qfiledialog_mac.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/dialogs/qfiledialog_mac.mm b/src/gui/dialogs/qfiledialog_mac.mm
index 0a0ed9e..4aa5296 100644
--- a/src/gui/dialogs/qfiledialog_mac.mm
+++ b/src/gui/dialogs/qfiledialog_mac.mm
@@ -63,6 +63,7 @@
#include <qdesktopwidget.h>
#include <stdlib.h>
#include <qabstracteventdispatcher.h>
+#import <AppKit/NSSavePanel.h>
#include "ui_qfiledialog.h"
QT_BEGIN_NAMESPACE