summaryrefslogtreecommitdiffstats
path: root/src/gui/inputmethod
diff options
context:
space:
mode:
authorJaakko Helanti <ext-jaakko.helanti@nokia.com>2012-07-04 16:11:50 +0300
committerQt by Nokia <qt-info@nokia.com>2012-07-05 06:52:41 +0200
commite2d853299cf383cdfbb6aa25aadd4e34a0a3cdca (patch)
treeadfb46f1bca63f2ab79c9b6df62391fe4f4893a3 /src/gui/inputmethod
parent365f262d0efd17f7a7f187ae701d5052f0cb960e (diff)
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>
Diffstat (limited to 'src/gui/inputmethod')
-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;