diff options
author | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-10-15 15:39:37 (GMT) |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-10-15 15:40:11 (GMT) |
commit | 5c5db99fd08ca5147058fcc0842fc2bb0849a2d4 (patch) | |
tree | dc99f888949446cf265f59d578261aa0d1c9416e | |
parent | dfe9084344d73d59f4569c8be6104ce83ae0df95 (diff) | |
download | Qt-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.mm | 1 |
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 |