diff options
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. |