diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbinput/inputwidgets/hbinputcommondialogs.cpp --- a/src/hbinput/inputwidgets/hbinputcommondialogs.cpp Thu May 27 13:10:59 2010 +0300 +++ b/src/hbinput/inputwidgets/hbinputcommondialogs.cpp Fri Jun 11 13:58:22 2010 +0300 @@ -31,6 +31,7 @@ #include #include #include +#include #include "hbinputcommondialogs.h" @@ -97,6 +98,7 @@ langDialog->setDismissPolicy(HbPopup::NoDismiss); langDialog->setModal(true); //langDialog->exec(); TODO + HbInputRegionCollector::instance()->attach(langDialog); //TODO: needed to check from action which button was pressed (ok, cancel) //HbAction* action = langDialog->exec(); if (langDialog->selectedItems().count()) { @@ -154,6 +156,7 @@ methodDialog->setDismissPolicy(HbPopup::NoDismiss); methodDialog->setModal(true); //methodDialog->exec(); TODO + HbInputRegionCollector::instance()->attach(methodDialog); //TODO: needed to check from action which button was pressed (ok, cancel) //HbAction* action = langDialog->exec();