--- 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 <QLocale>
+#include <QList>
+#include <hbinputmethoddescriptor.h>
+
class HbInputLanguage;
-#include <QLocale>
-#include <hbinputmethoddescriptor.h>
class HB_INPUT_EXPORT HbInputCommonDialogs
{
public:
- static HbInputLanguage showLanguageSelectionDialog(const QLocale::Language selectedLanguage, const QList<HbInputLanguage> languageList=QList<HbInputLanguage>());
+ static HbInputLanguage showLanguageSelectionDialog(const QLocale::Language selectedLanguage, const QList<HbInputLanguage> languageList = QList<HbInputLanguage>());
static HbInputMethodDescriptor showCustomInputMethodSelectionDialog(const HbInputLanguage &language);
};