summaryrefslogtreecommitdiffstats
path: root/kspell2
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-08 15:51:46 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-08 15:51:46 -0500
commit6ed1ea98db6b1b369e7561efcc2c666b810e5446 (patch)
tree69da6d265387965c04a9584547ec42d4d372717d /kspell2
parent09d01cacf80d21ad213e6520b35e7f06e9546a83 (diff)
downloadtdelibs-6ed1ea98db6b1b369e7561efcc2c666b810e5446.tar.gz
tdelibs-6ed1ea98db6b1b369e7561efcc2c666b810e5446.zip
Update XDG information in support of bug report 892.
Diffstat (limited to 'kspell2')
-rw-r--r--kspell2/broker.cpp2
-rw-r--r--kspell2/kspellclient.desktop4
-rw-r--r--kspell2/plugins/aspell/kspell_aspell.desktop20
-rw-r--r--kspell2/plugins/hspell/kspell_hspell.desktop20
-rw-r--r--kspell2/plugins/ispell/kspell_ispell.desktop20
5 files changed, 33 insertions, 33 deletions
diff --git a/kspell2/broker.cpp b/kspell2/broker.cpp
index 7f572bb01..6d17c403f 100644
--- a/kspell2/broker.cpp
+++ b/kspell2/broker.cpp
@@ -190,7 +190,7 @@ void Broker::loadPlugin( const TQString& pluginId )
Client *client = KParts::ComponentFactory::createInstanceFromQuery<Client>(
TQString::fromLatin1( "KSpell/Client" ),
- TQString::fromLatin1( "[X-KDE-PluginInfo-Name]=='%1'" ).arg( pluginId ),
+ TQString::fromLatin1( "[X-TDE-PluginInfo-Name]=='%1'" ).arg( pluginId ),
this, 0, TQStringList(), &error );
if ( client )
diff --git a/kspell2/kspellclient.desktop b/kspell2/kspellclient.desktop
index c48fbc855..a637e7a0f 100644
--- a/kspell2/kspellclient.desktop
+++ b/kspell2/kspellclient.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=ServiceType
-X-KDE-ServiceType=KSpell/Client
-X-KDE-Derived=KPluginInfo
+X-TDE-ServiceType=KSpell/Client
+X-TDE-Derived=KPluginInfo
Comment=KSpell Client
Comment[af]=KSpel Klient
Comment[be]=Кліент спраўджвання правапісу KSpell
diff --git a/kspell2/plugins/aspell/kspell_aspell.desktop b/kspell2/plugins/aspell/kspell_aspell.desktop
index 89189eae1..3b66458de 100644
--- a/kspell2/plugins/aspell/kspell_aspell.desktop
+++ b/kspell2/plugins/aspell/kspell_aspell.desktop
@@ -1,16 +1,16 @@
[Desktop Entry]
Type=Service
ServiceTypes=KSpell/Client
-X-KDE-Library=kspell_aspell
-X-KDE-PluginInfo-Author=Zack Rusin
-X-KDE-PluginInfo-Email=zack@kde.org
-X-KDE-PluginInfo-Name=kspell_aspell
-X-KDE-PluginInfo-Version=0.0.1
-X-KDE-PluginInfo-Website=http://www.kde.org
-X-KDE-PluginInfo-Category=Clients
-X-KDE-PluginInfo-Depends=
-X-KDE-PluginInfo-License=LGPL
-X-KDE-PluginInfo-EnabledByDefault=true
+X-TDE-Library=kspell_aspell
+X-TDE-PluginInfo-Author=Zack Rusin
+X-TDE-PluginInfo-Email=zack@kde.org
+X-TDE-PluginInfo-Name=kspell_aspell
+X-TDE-PluginInfo-Version=0.0.1
+X-TDE-PluginInfo-Website=http://www.kde.org
+X-TDE-PluginInfo-Category=Clients
+X-TDE-PluginInfo-Depends=
+X-TDE-PluginInfo-License=LGPL
+X-TDE-PluginInfo-EnabledByDefault=true
Name=ASpell
Name[bn]=এ-স্পেল
Name[hi]=आ-स्पैल
diff --git a/kspell2/plugins/hspell/kspell_hspell.desktop b/kspell2/plugins/hspell/kspell_hspell.desktop
index f07cd0096..0194c9ffb 100644
--- a/kspell2/plugins/hspell/kspell_hspell.desktop
+++ b/kspell2/plugins/hspell/kspell_hspell.desktop
@@ -1,16 +1,16 @@
[Desktop Entry]
Type=Service
ServiceTypes=KSpell/Client
-X-KDE-Library=kspell_hspell
-X-KDE-PluginInfo-Author=Mashrab Kuvatov
-X-KDE-PluginInfo-Email=kmashrab@uni-bremen.de
-X-KDE-PluginInfo-Name=kspell_hspell
-X-KDE-PluginInfo-Version=0.0.1
-X-KDE-PluginInfo-Website=http://www.kde.org
-X-KDE-PluginInfo-Category=Clients
-X-KDE-PluginInfo-Depends=
-X-KDE-PluginInfo-License=LGPL
-X-KDE-PluginInfo-EnabledByDefault=true
+X-TDE-Library=kspell_hspell
+X-TDE-PluginInfo-Author=Mashrab Kuvatov
+X-TDE-PluginInfo-Email=kmashrab@uni-bremen.de
+X-TDE-PluginInfo-Name=kspell_hspell
+X-TDE-PluginInfo-Version=0.0.1
+X-TDE-PluginInfo-Website=http://www.kde.org
+X-TDE-PluginInfo-Category=Clients
+X-TDE-PluginInfo-Depends=
+X-TDE-PluginInfo-License=LGPL
+X-TDE-PluginInfo-EnabledByDefault=true
Name=HSpell
Name[bn]=এইচ-স্পেল
Name[ne]=एच स्पेल
diff --git a/kspell2/plugins/ispell/kspell_ispell.desktop b/kspell2/plugins/ispell/kspell_ispell.desktop
index 8e33dc428..8ce0cc05b 100644
--- a/kspell2/plugins/ispell/kspell_ispell.desktop
+++ b/kspell2/plugins/ispell/kspell_ispell.desktop
@@ -1,16 +1,16 @@
[Desktop Entry]
Type=Service
ServiceTypes=KSpell/Client
-X-KDE-Library=kspell_ispell
-X-KDE-PluginInfo-Author=Zack Rusin
-X-KDE-PluginInfo-Email=zack@kde.org
-X-KDE-PluginInfo-Name=kspell_ispell
-X-KDE-PluginInfo-Version=0.0.1
-X-KDE-PluginInfo-Website=http://www.kde.org
-X-KDE-PluginInfo-Category=Clients
-X-KDE-PluginInfo-Depends=
-X-KDE-PluginInfo-License=LGPL
-X-KDE-PluginInfo-EnabledByDefault=true
+X-TDE-Library=kspell_ispell
+X-TDE-PluginInfo-Author=Zack Rusin
+X-TDE-PluginInfo-Email=zack@kde.org
+X-TDE-PluginInfo-Name=kspell_ispell
+X-TDE-PluginInfo-Version=0.0.1
+X-TDE-PluginInfo-Website=http://www.kde.org
+X-TDE-PluginInfo-Category=Clients
+X-TDE-PluginInfo-Depends=
+X-TDE-PluginInfo-License=LGPL
+X-TDE-PluginInfo-EnabledByDefault=true
Name=ISpell
Name[bn]=আই-স্পেল
Name[hi]=आई-स्पैल