From da1941ccadffe5ae70ee111c53f0ec2b3d990869 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 10:53:25 -0600 Subject: Rename KLock and KTrader to avoid conflicts with KDE4 --- lib/interfaces/kdevplugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/interfaces/kdevplugin.h') diff --git a/lib/interfaces/kdevplugin.h b/lib/interfaces/kdevplugin.h index b0cb3a8f..6ff5b462 100644 --- a/lib/interfaces/kdevplugin.h +++ b/lib/interfaces/kdevplugin.h @@ -69,7 +69,7 @@ X-TDevelop-Properties= X-TDevelop-Args= @endcode Description of parameters in .desktop file: -- Name is a non-translatable name of a plugin, it is used in KTrader queries +- Name is a non-translatable name of a plugin, it is used in TDETrader queries to search for a plugin (required); - GenericName is a translatable name of a plugin, it is used to show plugin names in GUI (required); @@ -165,7 +165,7 @@ public: is usually derived from a certain base class and not directly from KDevPlugin. @param serviceType The service type of an extension (like "TDevelop/SourceFormatter"). @param constraint The constraint which is applied when quering for the service. This - constraint is a usual KTrader constraint statement (like "[X-TDevelop-Foo]=='MyFoo'"). + constraint is a usual TDETrader constraint statement (like "[X-TDevelop-Foo]=='MyFoo'"). @return A KDevelop extension plugin for given service type or 0 if no plugin supports it*/ template Extension *extension(const TQString &serviceType, const TQString &constraint = "") -- cgit v1.2.3