diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbinput/inputwidgets/hbinputcommondialogs.h --- a/src/hbinput/inputwidgets/hbinputcommondialogs.h Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbinput/inputwidgets/hbinputcommondialogs.h Wed Jun 23 18:33:25 2010 +0300 @@ -26,14 +26,16 @@ #ifndef HB_INPUT_COMMON_DIALOGS_H #define HB_INPUT_COMMON_DIALOGS_H +#include +#include +#include + class HbInputLanguage; -#include -#include class HB_INPUT_EXPORT HbInputCommonDialogs { public: - static HbInputLanguage showLanguageSelectionDialog(const QLocale::Language selectedLanguage, const QList languageList=QList()); + static HbInputLanguage showLanguageSelectionDialog(const QLocale::Language selectedLanguage, const QList languageList = QList()); static HbInputMethodDescriptor showCustomInputMethodSelectionDialog(const HbInputLanguage &language); };