diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbinput/inputwidgets/hbinputvkbwidget.h --- a/src/hbinput/inputwidgets/hbinputvkbwidget.h Thu May 27 13:10:59 2010 +0300 +++ b/src/hbinput/inputwidgets/hbinputvkbwidget.h Fri Jun 11 13:58:22 2010 +0300 @@ -142,12 +142,14 @@ void flickEvent(HbInputVkbWidget::HbFlickDirection direction); void smileySelected(QString text); void mouseMovedOutOfButton(); + void aboutToActivateCustomAction(HbAction *custAction); protected: HbInputVkbWidget(HbInputVkbWidgetPrivate &dd, QGraphicsItem* parent); private: Q_DECLARE_PRIVATE_D(d_ptr, HbInputVkbWidget) Q_DISABLE_COPY(HbInputVkbWidget) + Q_PRIVATE_SLOT(d_func(), void _q_inputMethodSelectionDialogFinished(HbAction *)) friend class HbTouchKeypadButton; friend class HbInputUsedSymbolPane;