summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoContextCelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoContextCelp.cpp')
-rw-r--r--lib/kofficeui/KoContextCelp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficeui/KoContextCelp.cpp b/lib/kofficeui/KoContextCelp.cpp
index 8d200c080..f78e466a1 100644
--- a/lib/kofficeui/KoContextCelp.cpp
+++ b/lib/kofficeui/KoContextCelp.cpp
@@ -219,7 +219,7 @@ void KoHelpView::mouseReleaseEvent( TQMouseEvent* e )
e->accept();
if (currentAnchor.startsWith("help://#")) {
//that's not really useful, since koffice documents can be embedded
- kapp->invokeHelp(currentAnchor.right(currentAnchor.length()-8));
+ tdeApp->invokeHelp(currentAnchor.right(currentAnchor.length()-8));
}
else
if (currentAnchor.startsWith("help://")) {
@@ -231,7 +231,7 @@ void KoHelpView::mouseReleaseEvent( TQMouseEvent* e )
helpanchor=helpapp.right(helpapp.length()-pos-1);
helpapp=helpapp.left(pos);
}
- kapp->invokeHelp(helpanchor,helpapp);
+ tdeApp->invokeHelp(helpanchor,helpapp);
}
else
emit linkClicked( currentAnchor );