summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2012-02-06 21:24:02 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-08 09:53:23 +0100
commit8e91e84e857166facf599870ad773e36e518c48a (patch)
treef9f869bc306f0a1f84d4b23a9c1fce6e117e9e54 /src/corelib/io
parent4c9266fd16304f78e8759dc4c10e60b782f13f56 (diff)
Don't include qguifunctions_wince.h in QtCore.
qguifunctions_wince.h does not live anymore in QtCore, but instead in QtGui, so do not include them in QtCore. Change-Id: I22222ae7045ee0140924197ac583a3bf2e0f3d36 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/corelib/io')
-rw-r--r--src/corelib/io/qstandardpaths_win.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/qstandardpaths_win.cpp b/src/corelib/io/qstandardpaths_win.cpp
index 16bc766170..848dd448eb 100644
--- a/src/corelib/io/qstandardpaths_win.cpp
+++ b/src/corelib/io/qstandardpaths_win.cpp
@@ -51,7 +51,6 @@
#if !defined(Q_OS_WINCE)
# include <intshcut.h>
#else
-# include <qguifunctions_wince.h>
# if !defined(STANDARDSHELL_UI_MODEL)
# include <winx.h>
# endif