From 279764bab1514a051db18e14241e9bae62be14d6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 15 Feb 2013 22:00:37 -0600 Subject: Rename additional header files to avoid conflicts with KDE4 --- doc/kommander/extending.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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: -#include <klocale.h> //for i18n +#include <tdelocale.h> //for i18n #include "kommanderplugin.h" #include "specials.h" -- cgit v1.2.1