diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:02:44 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 21:01:29 +0200 |
commit | 45971e65a6114fbd1f91ae354da485450001166f (patch) | |
tree | b607ce9f3b683a89478b8c21c6bc9a53bf6b7a44 /kopete/libkopete/kopeteglobal.h | |
parent | c26bb519a8aebc04ffe39d0b6c784a1c1e915202 (diff) | |
download | tdenetwork-45971e65a6114fbd1f91ae354da485450001166f.tar.gz tdenetwork-45971e65a6114fbd1f91ae354da485450001166f.zip |
Additional k => tde renaming and fixes
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); |