From 37fe70d43a8435e3a144f7acb798cd74b7ddfe81 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 Jan 2025 23:01:29 +0900 Subject: Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() and kapp to tdeApp. Signed-off-by: Michele Calgaro --- tdeui/kwhatsthismanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/kwhatsthismanager.cpp') 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 ("quality-whatsthis@kde.org", "", "", subj, body); + tdeApp -> invokeMailer ("quality-whatsthis@kde.org", "", "", subj, body); } return TRUE; } -- cgit v1.2.1