diff options
author | Jaakko Helanti <ext-jaakko.helanti@nokia.com> | 2012-07-04 13:11:50 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-05 04:52:41 (GMT) |
commit | e2d853299cf383cdfbb6aa25aadd4e34a0a3cdca (patch) | |
tree | adfb46f1bca63f2ab79c9b6df62391fe4f4893a3 | |
parent | 365f262d0efd17f7a7f187ae701d5052f0cb960e (diff) | |
download | Qt-e2d853299cf383cdfbb6aa25aadd4e34a0a3cdca.zip Qt-e2d853299cf383cdfbb6aa25aadd4e34a0a3cdca.tar.gz Qt-e2d853299cf383cdfbb6aa25aadd4e34a0a3cdca.tar.bz2 |
Fix compilation error
Gerrit change I0b9f6205ca1521fc54d3b688ccd1225823263aac
is missing two needed header file includes. This task
adds them in.
Change-Id: I210515cef81bc03a5ad76a4bac3a5a50ad28e37d
Reviewed-by: Aapo Haapanen <ext-aapo.haapanen@nokia.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
-rw-r--r-- | src/gui/inputmethod/qcoefepinputcontext_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_p.h b/src/gui/inputmethod/qcoefepinputcontext_p.h index d799378..7e0892c 100644 --- a/src/gui/inputmethod/qcoefepinputcontext_p.h +++ b/src/gui/inputmethod/qcoefepinputcontext_p.h @@ -64,6 +64,8 @@ #include <fepbase.h> #include <aknedsts.h> #include <eikccpu.h> +#include <eikedwin.h> +#include <aknedformaccessor.h> class CAknExtendedInputCapabilities; |