diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbcore/inputfw/hbinputeditorinterface_p.h --- a/src/hbcore/inputfw/hbinputeditorinterface_p.h Thu May 27 13:10:59 2010 +0300 +++ b/src/hbcore/inputfw/hbinputeditorinterface_p.h Fri Jun 11 13:58:22 2010 +0300 @@ -103,13 +103,14 @@ ~HbEditorInterfacePrivateCache(); public: - HbEditorInterfacePrivate* attachEditor(QObject* editor, HbEditorInterface* interface); - bool isConnected(QObject* object); + HbEditorInterfacePrivate *attachEditor(QObject *editor, HbEditorInterface *interface); + bool isConnected(QObject *object); void notifyValueChanged(QObject *editor); public slots: - void destroyed(QObject* object); - void interfaceDestroyed(QObject* object); + void destroyed(QObject *object); + void interfaceDestroyed(QObject *object); + void actionDestroyed(QObject *object); private: QVector mObjectCache;