diff options
author | Darrell Anderson <[email protected]> | 2012-06-08 15:55:51 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-08 15:55:51 -0500 |
commit | 4aa2303727ec7231c39618e17c2a36ee11a4e2d9 (patch) | |
tree | 2f820ac65399aa9b09fc872aa233f1424dbbbde0 /kopete/libkopete/kopetepluginmanager.cpp | |
parent | e42d9ec49f0ed6dd5d24912dd4641bb6489d05c0 (diff) | |
download | tdenetwork-4aa2303727ec7231c39618e17c2a36ee11a4e2d9.tar.gz tdenetwork-4aa2303727ec7231c39618e17c2a36ee11a4e2d9.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'kopete/libkopete/kopetepluginmanager.cpp')
-rw-r--r-- | kopete/libkopete/kopetepluginmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopetepluginmanager.cpp b/kopete/libkopete/kopetepluginmanager.cpp index 844cdcf8..12b3822a 100644 --- a/kopete/libkopete/kopetepluginmanager.cpp +++ b/kopete/libkopete/kopetepluginmanager.cpp @@ -377,7 +377,7 @@ Plugin *PluginManager::loadPluginInternal( const TQString &pluginId ) int error = 0; Plugin *plugin = KParts::ComponentFactory::createInstanceFromQuery<Plugin>( TQString::fromLatin1( "Kopete/Plugin" ), - TQString::fromLatin1( "[X-KDE-PluginInfo-Name]=='%1'" ).arg( pluginId ), this, 0, TQStringList(), &error ); + TQString::fromLatin1( "[X-TDE-PluginInfo-Name]=='%1'" ).arg( pluginId ), this, 0, TQStringList(), &error ); if ( plugin ) { |