diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbinput/inputwidgets/hbinputbuttongroup.h --- a/src/hbinput/inputwidgets/hbinputbuttongroup.h Thu May 27 13:10:59 2010 +0300 +++ b/src/hbinput/inputwidgets/hbinputbuttongroup.h Fri Jun 11 13:58:22 2010 +0300 @@ -109,6 +109,7 @@ void buttonReleased(const QKeyEvent &event); void buttonLongPressed(const QKeyEvent &event); void pressedButtonChanged(const QKeyEvent &releaseEvent, const QKeyEvent &pressEvent); + void aboutToActivateCustomAction(HbAction *custAction); private slots: void longPressEvent(); @@ -117,6 +118,7 @@ private: Q_DECLARE_PRIVATE_D(d_ptr, HbInputButtonGroup) Q_DISABLE_COPY(HbInputButtonGroup) + Q_PRIVATE_SLOT(d_func(), void _q_customActionDestroyed(QObject *)) }; #endif // HB_INPUT_BUTTON_GROUP_H