diff -r 730c025d4b77 -r f378acbc9cfb src/hbcore/inputfw/hbinputkeymap.h --- a/src/hbcore/inputfw/hbinputkeymap.h Thu Jul 15 14:03:49 2010 +0100 +++ b/src/hbcore/inputfw/hbinputkeymap.h Thu Jul 22 16:36:53 2010 +0100 @@ -47,11 +47,10 @@ const QString characters(const HbModifiers modifiers) const; }; -struct HbKeyboardMap -{ +struct HbKeyboardMap { public: HbKeyboardType type; - QList keys; + QList keys; }; class HB_CORE_EXPORT HbKeymap @@ -67,11 +66,11 @@ virtual const HbMappedKey *keyForIndex(HbKeyboardType keyboard, int keyIndex) const; virtual const HbMappedKey *keyForKeycode(HbKeyboardType keyboard, QChar keyCode) const; virtual const HbMappedKey *keyForCharacter(HbKeyboardType keyboard, QChar character) const; - static bool isDeadKey (int key); + static bool isDeadKey(int key); static void combineCharacter(QChar deadKey, QChar key, QChar &firstKey, QChar &secondKey); private: - HbKeymapPrivate* mPrivate; + HbKeymapPrivate *mPrivate; }; #endif // HB_INPUT_KEYMAP_DATA_H