diff options
Diffstat (limited to 'lib/kofficeui/KoContextCelp.cpp')
-rw-r--r-- | lib/kofficeui/KoContextCelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoContextCelp.cpp b/lib/kofficeui/KoContextCelp.cpp index 830dded4..c2a237bd 100644 --- a/lib/kofficeui/KoContextCelp.cpp +++ b/lib/kofficeui/KoContextCelp.cpp @@ -227,7 +227,7 @@ void KoHelpView::mouseReleaseEvent( TQMouseEvent* e ) TQString helpapp=currentAnchor.right(currentAnchor.length()-7); TQString helpanchor; int pos; - if ((pos=helpapp.tqfind("#"))!=-1) { + if ((pos=helpapp.find("#"))!=-1) { helpanchor=helpapp.right(helpapp.length()-pos-1); helpapp=helpapp.left(pos); } |