diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:47:02 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:47:02 -0500 |
commit | 81fe3b6728d4530040c7efb088ed67e1d2493741 (patch) | |
tree | ff3fff4f6783d7bd71a5b6230e3890a73dbfeeda /kjsembed/plugins | |
parent | e1437f56612cd71d007848c48706a79c678dbab4 (diff) | |
download | tdebindings-81fe3b6728d4530040c7efb088ed67e1d2493741.tar.gz tdebindings-81fe3b6728d4530040c7efb088ed67e1d2493741.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'kjsembed/plugins')
-rw-r--r-- | kjsembed/plugins/customobject_plugin.desktop | 2 | ||||
-rw-r--r-- | kjsembed/plugins/customqobject_plugin.desktop | 2 | ||||
-rw-r--r-- | kjsembed/plugins/imagefx_plugin.desktop | 2 | ||||
-rw-r--r-- | kjsembed/plugins/kfileitem_plugin.desktop | 2 | ||||
-rw-r--r-- | kjsembed/plugins/qprocess_plugin.desktop | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kjsembed/plugins/customobject_plugin.desktop b/kjsembed/plugins/customobject_plugin.desktop index 129e8639..5a319cc6 100644 --- a/kjsembed/plugins/customobject_plugin.desktop +++ b/kjsembed/plugins/customobject_plugin.desktop @@ -2,4 +2,4 @@ Name=MyCustomObject ServiceTypes=JSBindingPlugin/Binding Type=Service -X-KDE-Library=libcustomobjectplugin +X-TDE-Library=libcustomobjectplugin diff --git a/kjsembed/plugins/customqobject_plugin.desktop b/kjsembed/plugins/customqobject_plugin.desktop index 7f4ae202..e4ef7ac1 100644 --- a/kjsembed/plugins/customqobject_plugin.desktop +++ b/kjsembed/plugins/customqobject_plugin.desktop @@ -2,4 +2,4 @@ Name=MyCustomTQObject ServiceTypes=JSBindingPlugin/Binding Type=Service -X-KDE-Library=libcustomqobjectplugin +X-TDE-Library=libcustomqobjectplugin diff --git a/kjsembed/plugins/imagefx_plugin.desktop b/kjsembed/plugins/imagefx_plugin.desktop index 36921e3b..1bec93e3 100644 --- a/kjsembed/plugins/imagefx_plugin.desktop +++ b/kjsembed/plugins/imagefx_plugin.desktop @@ -2,4 +2,4 @@ Name=ImageFX ServiceTypes=JSBindingPlugin/Binding Type=Service -X-KDE-Library=libimagefxplugin +X-TDE-Library=libimagefxplugin diff --git a/kjsembed/plugins/kfileitem_plugin.desktop b/kjsembed/plugins/kfileitem_plugin.desktop index 2cdab9aa..f5f91552 100644 --- a/kjsembed/plugins/kfileitem_plugin.desktop +++ b/kjsembed/plugins/kfileitem_plugin.desktop @@ -2,4 +2,4 @@ Name=KFileItem ServiceTypes=JSBindingPlugin/Binding Type=Service -X-KDE-Library=libfileitemplugin +X-TDE-Library=libfileitemplugin diff --git a/kjsembed/plugins/qprocess_plugin.desktop b/kjsembed/plugins/qprocess_plugin.desktop index 91d18c99..64bd0b72 100644 --- a/kjsembed/plugins/qprocess_plugin.desktop +++ b/kjsembed/plugins/qprocess_plugin.desktop @@ -2,4 +2,4 @@ Name=Process ServiceTypes=JSBindingPlugin/Binding Type=Service -X-KDE-Library=libqprocessplugin +X-TDE-Library=libqprocessplugin |