diff -r 730c025d4b77 -r f378acbc9cfb src/hbwidgets/editors/hbabstractedit.h --- a/src/hbwidgets/editors/hbabstractedit.h Thu Jul 15 14:03:49 2010 +0100 +++ b/src/hbwidgets/editors/hbabstractedit.h Thu Jul 22 16:36:53 2010 +0100 @@ -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();