From 6ed1ea98db6b1b369e7561efcc2c666b810e5446 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 8 Jun 2012 15:51:46 -0500 Subject: Update XDG information in support of bug report 892. --- kspell2/broker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kspell2/broker.cpp') 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( 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 ) -- cgit v1.2.3