From 998ebd2e683e45140493910f76e692e96887b5d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 16:46:19 -0500 Subject: Fix help files, kdevelop->tdevelop branding, fix startup. --- lib/interfaces/kdevgenericfactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/interfaces/kdevgenericfactory.h') 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 DummyPluginFactory; -- cgit v1.2.3