diff options
Diffstat (limited to 'tdeui/kwhatsthismanager.cpp')
-rw-r--r-- | tdeui/kwhatsthismanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kwhatsthismanager.cpp b/tdeui/kwhatsthismanager.cpp index 46643f6f0..e3a2fdf2e 100644 --- a/tdeui/kwhatsthismanager.cpp +++ b/tdeui/kwhatsthismanager.cpp @@ -84,7 +84,7 @@ bool KWhatsThisUndefined::clicked (const TQString& href) body . append ("\nPlease type in your what's this help between these lines: " "\n--%-----------------------------------------------------------------------\n" "\n--%-----------------------------------------------------------------------"); - kapp -> invokeMailer ("[email protected]", "", "", subj, body); + tdeApp -> invokeMailer ("[email protected]", "", "", subj, body); } return TRUE; } |