diff options
Diffstat (limited to 'kate/interfaces/plugin.h')
-rw-r--r-- | kate/interfaces/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/interfaces/plugin.h b/kate/interfaces/plugin.h index 42803db7c..00932c5ff 100644 --- a/kate/interfaces/plugin.h +++ b/kate/interfaces/plugin.h @@ -56,7 +56,7 @@ KDE_EXPORT Plugin *createPlugin ( const char* libname, Application *application /* * view plugin class - * this plugin will be bound to a ktexteditor::view + * this plugin will be bound to a tdetexteditor::view */ class KDE_EXPORT PluginViewInterface { |