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.h | |
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.h')
-rw-r--r-- | kopete/libkopete/kopetepluginmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/kopetepluginmanager.h b/kopete/libkopete/kopetepluginmanager.h index d0eceb29..3d34f0b1 100644 --- a/kopete/libkopete/kopetepluginmanager.h +++ b/kopete/libkopete/kopetepluginmanager.h @@ -74,7 +74,7 @@ public: PluginList loadedPlugins( const TQString &category = TQString() ) const; /** - * @brief Search by plugin name. This is the key used as X-KDE-PluginInfo-Name in + * @brief Search by plugin name. This is the key used as X-TDE-PluginInfo-Name in * the .desktop file, e.g. "kopete_jabber" * * @return The @ref Kopete::Plugin object found by the search, or a null @@ -113,7 +113,7 @@ public: * config file. * * @param name is the name of the plugin as it is listed in the .desktop - * file in the X-KDE-Library field. + * file in the X-TDE-Library field. * @param enabled sets whether or not the plugin is enabled * * Returns false when no appropriate plugin can be found. |