summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Helanti <ext-jaakko.helanti@nokia.com>2012-07-04 16:11:50 +0300
committerKalle Lehtonen <kalle.ju.lehtonen@nokia.com>2012-07-06 01:19:03 +0200
commit028d4142bce9fdd1fc9a2bdbb605c805d1a11d5d (patch)
tree0ab990f43389eca6166901c12118475fe0c6f1cf
parent905cd09adb98b318e594881b22a6f178842aa74a (diff)
downloadqt4-tools-028d4142bce9fdd1fc9a2bdbb605c805d1a11d5d.tar.gz
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> (cherry picked from commit e2d853299cf383cdfbb6aa25aadd4e34a0a3cdca) Reviewed-by: Roy Mickos <ext-roy.mickos@nokia.com> Reviewed-by: Jaakko Helanti <ext-jaakko.helanti@nokia.com>
-rw-r--r--src/gui/inputmethod/qcoefepinputcontext_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_p.h b/src/gui/inputmethod/qcoefepinputcontext_p.h
index d799378cf2..7e0892cdb8 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;