summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/kdevgenericfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/interfaces/kdevgenericfactory.h')
-rw-r--r--lib/interfaces/kdevgenericfactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/interfaces/kdevgenericfactory.h b/lib/interfaces/kdevgenericfactory.h
index 839a2267..c705e9cd 100644
--- a/lib/interfaces/kdevgenericfactory.h
+++ b/lib/interfaces/kdevgenericfactory.h
@@ -27,9 +27,9 @@ KDevelop generic plugin factory.
/**
This class provides a generic implementation of a KLibFactory for
-use with KDevelop plugins.
+use with TDevelop plugins.
Usually it is convenient to use K_EXPORT_COMPONENT_FACTORY macro
-to create factories for KDevelop plugins. For example, for DummyPlugin
+to create factories for TDevelop plugins. For example, for DummyPlugin
the factory can be created (in dummyplugin.cpp file) as:
@code
typedef KDevGenericFactory<DummyPlugin> DummyPluginFactory;