diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:53:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 23:12:48 +0900 |
commit | 4aa698f778b36049a5d64b3087be47e35b7b1808 (patch) | |
tree | 0848024b1a5e6fcb8ee7b7fa0ab5410142ce7a11 /doc/tde_app_devel | |
parent | 423172b6620ea2c76d055a42b947e6332b8a1d92 (diff) | |
download | tdevelop-4aa698f778b36049a5d64b3087be47e35b7b1808.tar.gz tdevelop-4aa698f778b36049a5d64b3087be47e35b7b1808.zip |
Don't use obsolete header kapp.h and fix some renamesr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 35a1f253290b150e19e90c4dd3254f51f0d3784c)
Diffstat (limited to 'doc/tde_app_devel')
-rw-r--r-- | doc/tde_app_devel/index.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
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: </para> <para> 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. </para> <para> Tool-tips can also be added to any custom widget by using the <classname>QToolTip</classname> |