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 22:53:46 +0900 |
commit | 35a1f253290b150e19e90c4dd3254f51f0d3784c (patch) | |
tree | 779e9c4de29344a7b0e2b6b60e7c3a79ed70ef76 /doc | |
parent | ba273659a59569177a891f15b4936540471cc6d8 (diff) | |
download | tdevelop-35a1f253290b150e19e90c4dd3254f51f0d3784c.tar.gz tdevelop-35a1f253290b150e19e90c4dd3254f51f0d3784c.zip |
Don't use obsolete header kapp.h and fix some renames
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-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> |