diff options
Diffstat (limited to 'libtdepim/komposer/core/pluginmanager.h')
-rw-r--r-- | libtdepim/komposer/core/pluginmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/komposer/core/pluginmanager.h b/libtdepim/komposer/core/pluginmanager.h index 38895f7b6..442914508 100644 --- a/libtdepim/komposer/core/pluginmanager.h +++ b/libtdepim/komposer/core/pluginmanager.h @@ -69,7 +69,7 @@ namespace Komposer = TQString() ) const; /** - * @brief Search by plugin name. This is the key used as X-KDE-PluginInfo-Name + * @brief Search by plugin name. This is the key used as X-TDE-PluginInfo-Name * in the .desktop file, e.g. "komposer_attachment" * * @return The @ref Plugin object found by the search, or a null @@ -135,7 +135,7 @@ namespace Komposer * 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. * * Returns false when no appropriate plugin can be found. */ |