summaryrefslogtreecommitdiffstats
path: root/kate/helloworld
diff options
context:
space:
mode:
Diffstat (limited to 'kate/helloworld')
-rw-r--r--kate/helloworld/plugin_katehelloworld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/helloworld/plugin_katehelloworld.cpp b/kate/helloworld/plugin_katehelloworld.cpp
index e710c83..45424ab 100644
--- a/kate/helloworld/plugin_katehelloworld.cpp
+++ b/kate/helloworld/plugin_katehelloworld.cpp
@@ -3,7 +3,7 @@
#include "plugin_katehelloworld.moc"
#include <tdeaction.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kgenericfactory.h>
K_EXPORT_COMPONENT_FACTORY( katehelloworldplugin, KGenericFactory<KatePluginHelloWorld>( "katehelloworld" ) )