diff options
Diffstat (limited to 'kopete/libkopete/kopeteglobal.h')
-rw-r--r-- | kopete/libkopete/kopeteglobal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kopete/libkopete/kopeteglobal.h b/kopete/libkopete/kopeteglobal.h index 7ecc6f5b..926e2645 100644 --- a/kopete/libkopete/kopeteglobal.h +++ b/kopete/libkopete/kopeteglobal.h @@ -39,13 +39,13 @@ namespace Global * \brief Installs one or more kopete emoticon themes from a tarball * (either .kopete-emoticons or .tar.gz or .tar.bz2) * - * @p localPath Full path to a local emoticon archive, use KIO to download + * @p localPath Full path to a local emoticon archive, use TDEIO to download * files in case their are non-local. * * @return true in case install was successful, false otherwise. Errors are - * displayed by either KIO or by using KMessagebox directly. + * displayed by either TDEIO or by using KMessagebox directly. * - * TODO: If possible, port it to KIO instead of using ugly blocking KTar + * TODO: If possible, port it to TDEIO instead of using ugly blocking KTar **/ KOPETE_EXPORT void installEmoticonTheme(const TQString &localPath); |