diff options
Diffstat (limited to 'kpdf/core/document.cpp')
| -rw-r--r-- | kpdf/core/document.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/core/document.cpp b/kpdf/core/document.cpp index 97bc6706..e58151e8 100644 --- a/kpdf/core/document.cpp +++ b/kpdf/core/document.cpp @@ -1068,7 +1068,7 @@ void KPDFDocument::processLink( const KPDFLink * link ) const KPDFLinkBrowse * browse = static_cast< const KPDFLinkBrowse * >( link ); // if the url is a mailto one, invoke mailer if ( browse->url().startsWith( "mailto:", false ) ) - kapp->invokeMailer( browse->url() ); + tdeApp->invokeMailer( browse->url() ); else { TQString url = browse->url(); |
