summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopetepluginmanager.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-08 15:55:51 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-08 15:55:51 -0500
commit4aa2303727ec7231c39618e17c2a36ee11a4e2d9 (patch)
tree2f820ac65399aa9b09fc872aa233f1424dbbbde0 /kopete/libkopete/kopetepluginmanager.cpp
parente42d9ec49f0ed6dd5d24912dd4641bb6489d05c0 (diff)
downloadtdenetwork-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.cpp2
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 )
{