diff options
author | Trond Kjernåsen <trond@trolltech.com> | 2009-08-24 11:33:59 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond@trolltech.com> | 2009-08-24 11:37:44 (GMT) |
commit | 95567be17fd5a6e0be95bc3312b3e526c4130ebf (patch) | |
tree | 0b504fc62cae09a1f9e0374c3af3b186247ff52c /src/gui/painting | |
parent | 6ee9e0b4f4c840b6f5be93b5f6007a4e93d254c0 (diff) | |
download | Qt-95567be17fd5a6e0be95bc3312b3e526c4130ebf.zip Qt-95567be17fd5a6e0be95bc3312b3e526c4130ebf.tar.gz Qt-95567be17fd5a6e0be95bc3312b3e526c4130ebf.tar.bz2 |
Removed unused header for the WinCE and Windows platforms.
This should make it possible to build binaries for Windows desktop
again.
Reviewed-by: Thomas Hartmann
Diffstat (limited to 'src/gui/painting')
-rw-r--r-- | src/gui/painting/qregion_win.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/painting/qregion_win.cpp b/src/gui/painting/qregion_win.cpp index 29ae65f..ecabd6e 100644 --- a/src/gui/painting/qregion_win.cpp +++ b/src/gui/painting/qregion_win.cpp @@ -47,7 +47,6 @@ #include "qregion.h" #include "qt_windows.h" #include "qpainterpath.h" -#include "qguifunctions_wince.h" QT_BEGIN_NAMESPACE |