diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-01-13 10:54:35 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-01-13 13:56:15 (GMT) |
commit | e946653750da6b129096dacdf2336eb519179089 (patch) | |
tree | 09aedfd483ee65f979c5796c48f3989e751337f1 /src | |
parent | 83ddf9cae0ef33aa0f07d7ea93460e5366efd786 (diff) | |
download | Qt-e946653750da6b129096dacdf2336eb519179089.zip Qt-e946653750da6b129096dacdf2336eb519179089.tar.gz Qt-e946653750da6b129096dacdf2336eb519179089.tar.bz2 |
Make compile on symbian/Linux
symbian headers on Linux are lowercase and this should work on Windows too.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/widgets/qabstractspinbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qabstractspinbox.cpp b/src/gui/widgets/qabstractspinbox.cpp index 13e67e9..4a6235c 100644 --- a/src/gui/widgets/qabstractspinbox.cpp +++ b/src/gui/widgets/qabstractspinbox.cpp @@ -66,7 +66,7 @@ #endif #if defined(Q_OS_SYMBIAN) -#include <W32STD.H> +#include <w32std.h> #include <private/qt_s60_p.h> #endif |