diff options
author | axis <qt-info@nokia.com> | 2010-03-11 13:49:16 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-03-15 12:04:22 (GMT) |
commit | 9379242932d63d0a328484157e1efb19e461436e (patch) | |
tree | 814baa19a9cc00940996876c375adcfd030c8d0a | |
parent | 9f300858a82f41d06f2ad9545bb71cd2d15b03e8 (diff) | |
download | Qt-9379242932d63d0a328484157e1efb19e461436e.zip Qt-9379242932d63d0a328484157e1efb19e461436e.tar.gz Qt-9379242932d63d0a328484157e1efb19e461436e.tar.bz2 |
Corrected wrong header casing.
-rw-r--r-- | src/gui/styles/qs60style_s60.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qs60style_s60.cpp b/src/gui/styles/qs60style_s60.cpp index cb49fbc..5f762d8 100644 --- a/src/gui/styles/qs60style_s60.cpp +++ b/src/gui/styles/qs60style_s60.cpp @@ -63,7 +63,7 @@ #include <aknutils.h> #include <aknnavi.h> #include <gulicon.h> -#include <AknBitmapAnimation.h> +#include <aknbitmapanimation.h> #if !defined(QT_NO_STYLE_S60) || defined(QT_PLUGIN) |