summaryrefslogtreecommitdiffstats
path: root/doc/tde_app_devel
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tde_app_devel')
-rw-r--r--doc/tde_app_devel/index.docbook2
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>