summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/kommander/extending.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kommander/extending.docbook b/doc/kommander/extending.docbook
index 039d1b48..48d62675 100644
--- a/doc/kommander/extending.docbook
+++ b/doc/kommander/extending.docbook
@@ -151,7 +151,7 @@ that this widget was updated.
In order to add functionality to the widget, you need to register some function and add code to handle them. Here is the code to be used to register, put it in the beginning of the cpp file, above the constructor:
</para>
<screen>
-#include &lt;klocale.h&gt; //for i18n
+#include &lt;tdelocale.h&gt; //for i18n
#include "kommanderplugin.h"
#include "specials.h"