summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-08-05 11:14:16 (GMT)
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2009-08-05 11:17:30 (GMT)
commit0ba2e3c4fa088a5467279cf851b2b49697ccad5c (patch)
tree05b68e1c134cba4f9641bb690d0243d0ae8e3953
parent770ce0a8cd7493e3be3e7accf7133778336c6f5d (diff)
downloadQt-0ba2e3c4fa088a5467279cf851b2b49697ccad5c.zip
Qt-0ba2e3c4fa088a5467279cf851b2b49697ccad5c.tar.gz
Qt-0ba2e3c4fa088a5467279cf851b2b49697ccad5c.tar.bz2
Re-enable the use of Common Item Dialog
This was disabled by patch bf305bc2e488ad4f08c49767246f31a81218991e Reviewed-by: Thomas Hartmann
-rw-r--r--src/gui/dialogs/qfiledialog_win.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfiledialog_win.cpp b/src/gui/dialogs/qfiledialog_win.cpp
index 9bf82c3..c542ff0 100644
--- a/src/gui/dialogs/qfiledialog_win.cpp
+++ b/src/gui/dialogs/qfiledialog_win.cpp
@@ -59,7 +59,9 @@
#endif
#include <shlobj.h>
-
+#if !defined(Q_WS_WINCE)
+#include <shobjidl.h>
+#endif
#include <objbase.h>
#if defined(__IFileDialog_INTERFACE_DEFINED__) \