diff -r 11d3954df52a -r 627c4a0fd0e7 src/hbwidgets/editors/hbabstractedit.h --- a/src/hbwidgets/editors/hbabstractedit.h Thu May 27 13:10:59 2010 +0300 +++ b/src/hbwidgets/editors/hbabstractedit.h Fri Jun 11 13:58:22 2010 +0300 @@ -110,6 +110,7 @@ void cursorPositionChanged(int oldPos, int newPos); void selectionChanged(const QTextCursor &oldCursor, const QTextCursor& newCursor); void aboutToShowContextMenu(HbMenu *contextMenu, const QPointF &pos); + void anchorTapped(const QString &anchor); public slots: void updatePrimitives();