diff options
author | axis <qt-info@nokia.com> | 2010-01-12 15:05:24 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-01-12 15:05:24 (GMT) |
commit | 8383e6ccab52098c2aa184cdf672f92579cde0f7 (patch) | |
tree | 6b0540ac63eaae1f5f33c29aa4fd739378832832 /src/gui | |
parent | a2cdb14a9aa1ab5957b179484d4f77441c6f3e8d (diff) | |
download | Qt-8383e6ccab52098c2aa184cdf672f92579cde0f7.zip Qt-8383e6ccab52098c2aa184cdf672f92579cde0f7.tar.gz Qt-8383e6ccab52098c2aa184cdf672f92579cde0f7.tar.bz2 |
Corrected incorrect case.
Diffstat (limited to 'src/gui')
-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 c036c32..513fe4f 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 |