diff options
Diffstat (limited to 'akregator/src/akregator_plugin.desktop')
-rw-r--r-- | akregator/src/akregator_plugin.desktop | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/akregator/src/akregator_plugin.desktop b/akregator/src/akregator_plugin.desktop index 540179344..bb02126c2 100644 --- a/akregator/src/akregator_plugin.desktop +++ b/akregator/src/akregator_plugin.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=ServiceType -X-KDE-ServiceType=Akregator/Plugin +X-TDE-ServiceType=Akregator/Plugin Comment=Plugin for Akregator Comment[af]=Inprop module vir Akregator Comment[be]=Утулка для Akregator @@ -54,31 +54,31 @@ Comment[zh_TW]=Akregator 外掛程式 # Type of plugin, e.g. "storage". -[PropertyDef::X-KDE-akregator-plugintype] +[PropertyDef::X-TDE-akregator-plugintype] Type=TQString # Internal name for identification, not translated. -[PropertyDef::X-KDE-akregator-name] +[PropertyDef::X-TDE-akregator-name] Type=TQString # List of authors. -[PropertyDef::X-KDE-akregator-authors] +[PropertyDef::X-TDE-akregator-authors] Type=TQStringList # List of author's email addresses. -[PropertyDef::X-KDE-akregator-email] +[PropertyDef::X-TDE-akregator-email] Type=TQStringList # Priority of the plugin. When KTrader returns multiple offers, the one with the highest rank is chosen. # Range: 0 (disabled) - 255 (highest) -[PropertyDef::X-KDE-akregator-rank] +[PropertyDef::X-TDE-akregator-rank] Type=int # Version of the plugin. -[PropertyDef::X-KDE-akregator-version] +[PropertyDef::X-TDE-akregator-version] Type=int # Version of the framework this plugin is compatible with. # Must be bumped after making incompatible changes. -[PropertyDef::X-KDE-akregator-framework-version] +[PropertyDef::X-TDE-akregator-framework-version] Type=int |