diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2011-08-04 16:16:05 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2011-08-05 12:55:27 (GMT) |
commit | 270c644937fb402332671208435ac600b280e5b8 (patch) | |
tree | 698061cf9e2bf7c50ee83628d7b24d0f01c9ead2 /src/gui/kernel/qt_s60_p.h | |
parent | 38df9798da4d9645d0620b9053f2a3f6ec35f80b (diff) | |
download | Qt-270c644937fb402332671208435ac600b280e5b8.zip Qt-270c644937fb402332671208435ac600b280e5b8.tar.gz Qt-270c644937fb402332671208435ac600b280e5b8.tar.bz2 |
Fix compile errors on S60 3.2
Task-number: QTBUG-20743
Reviewed-by: Liang Qi
Diffstat (limited to 'src/gui/kernel/qt_s60_p.h')
-rw-r--r-- | src/gui/kernel/qt_s60_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qt_s60_p.h b/src/gui/kernel/qt_s60_p.h index 35cea5f..4295f60 100644 --- a/src/gui/kernel/qt_s60_p.h +++ b/src/gui/kernel/qt_s60_p.h @@ -77,8 +77,8 @@ #include <akncontext.h> // CAknContextPane #include <eikspane.h> // CEikStatusPane #include <AknPopupFader.h> // MAknFadedComponent and TAknPopupFader -#include <gfxtranseffect/gfxtranseffect.h> // BeginFullScreen #ifdef QT_SYMBIAN_HAVE_AKNTRANSEFFECT_H +#include <gfxtranseffect/gfxtranseffect.h> // BeginFullScreen #include <akntranseffect.h> // BeginFullScreen #endif #endif |