diff options
Diffstat (limited to 'kspell2/broker.cpp')
-rw-r--r-- | kspell2/broker.cpp | 2 |
1 files changed, 1 insertions, 1 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 ) |