diff options
Diffstat (limited to 'lib/interfaces/kdevplugin.h')
-rw-r--r-- | lib/interfaces/kdevplugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/interfaces/kdevplugin.h b/lib/interfaces/kdevplugin.h index f174e02b..fa31d239 100644 --- a/lib/interfaces/kdevplugin.h +++ b/lib/interfaces/kdevplugin.h @@ -62,7 +62,7 @@ X-KDevelop-Plugin-Version= X-KDevelop-Plugin-Homepage= X-KDevelop-Plugin-BugsEmailAddress= X-KDevelop-Plugin-Copyright= -X-KDE-Library= +X-TDE-Library= X-KDevelop-Version= X-KDevelop-Scope= X-KDevelop-Properties= @@ -81,7 +81,7 @@ plugin names in GUI (required); TQPL or Custom. If this property is not set, license is considered as unknown; - <i>X-KDevelop-Plugin-BugsEmailAddress</i> is an email address for bug reports (optional); - <i>X-KDevelop-Plugin-Copyright</i> is a copyright statement (optional); -- <i>X-KDE-Library</i> is a name of library which contains the plugin (required); +- <i>X-TDE-Library</i> is a name of library which contains the plugin (required); - <i>X-KDevelop-Version</i> is a version of KDevelop interfaces which is supported by the plugin (required); - <i>X-KDevelop-Scope</i> is a scope of a plugin (see below for explanation) (required); - <i>X-KDevelop-Args</i> is a list of additional arguments passed to plugins constructor (optional); |