From 4aa698f778b36049a5d64b3087be47e35b7b1808 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 7 Nov 2024 22:53:46 +0900 Subject: Don't use obsolete header kapp.h and fix some renames Signed-off-by: Michele Calgaro (cherry picked from commit 35a1f253290b150e19e90c4dd3254f51f0d3784c) --- doc/tde_app_devel/index.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/tde_app_devel/index.docbook b/doc/tde_app_devel/index.docbook index f24131a9..32a16a42 100644 --- a/doc/tde_app_devel/index.docbook +++ b/doc/tde_app_devel/index.docbook @@ -1276,7 +1276,7 @@ As an example, we have a look at the "New File" button in a generic application: There, the part i18n("New File") provides a tool-tip message. It is enclosed by the i18n() -macro provided by kapp.h to translate the tool-tip towards the currently selected language. +macro provided by tdeapplication.h to translate the tool-tip towards the currently selected language. Tool-tips can also be added to any custom widget by using the QToolTip -- cgit v1.2.3