From 8e91e84e857166facf599870ad773e36e518c48a Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Mon, 6 Feb 2012 21:24:02 +0100 Subject: 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 Reviewed-by: Joerg Bornemann --- src/corelib/io/qstandardpaths_win.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/corelib/io') 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 #else -# include # if !defined(STANDARDSHELL_UI_MODEL) # include # endif -- cgit v1.2.3