summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/qfiledialog_win.cpp
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-01-22 15:38:57 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2010-01-22 15:39:44 (GMT)
commit08ff927d675532e4b8b9fef616194dfd0200b7c7 (patch)
tree3a35665a75045752eb43b6960a80e725a6d7954e /src/gui/dialogs/qfiledialog_win.cpp
parent91eec1a5c15d53b9f66349430187785dd03d5ddd (diff)
downloadQt-08ff927d675532e4b8b9fef616194dfd0200b7c7.zip
Qt-08ff927d675532e4b8b9fef616194dfd0200b7c7.tar.gz
Qt-08ff927d675532e4b8b9fef616194dfd0200b7c7.tar.bz2
Build fix for wince
Diffstat (limited to 'src/gui/dialogs/qfiledialog_win.cpp')
-rw-r--r--src/gui/dialogs/qfiledialog_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfiledialog_win.cpp b/src/gui/dialogs/qfiledialog_win.cpp
index f8c3b84..3bfeb03 100644
--- a/src/gui/dialogs/qfiledialog_win.cpp
+++ b/src/gui/dialogs/qfiledialog_win.cpp
@@ -53,6 +53,7 @@
#include <qdir.h>
#include <qstringlist.h>
#include <qlibrary.h>
+#include "qfiledialog_win_p.h"
#ifndef QT_NO_THREAD
# include <private/qmutexpool_p.h>
@@ -62,7 +63,6 @@
#include <commdlg.h>
bool qt_priv_ptr_valid = false;
#else
-#include "qfiledialog_win_p.h"
//we have to declare them here because they're not present for all SDK/compilers
static const IID QT_IID_IFileOpenDialog = {0xd57c7288, 0xd4ad, 0x4768, {0xbe, 0x02, 0x9d, 0x96, 0x95, 0x32, 0xd9, 0x60} };
static const IID QT_IID_IShellItem = {0x43826d1e, 0xe718, 0x42ee, {0xbc, 0x55, 0xa1, 0xe2, 0x61, 0xc3, 0x7b, 0xfe} };