summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/picasawebexport/picasawebtalker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/picasawebexport/picasawebtalker.cpp')
-rw-r--r--kipi-plugins/picasawebexport/picasawebtalker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/picasawebexport/picasawebtalker.cpp b/kipi-plugins/picasawebexport/picasawebtalker.cpp
index c48a80a..bc767fc 100644
--- a/kipi-plugins/picasawebexport/picasawebtalker.cpp
+++ b/kipi-plugins/picasawebexport/picasawebtalker.cpp
@@ -242,7 +242,7 @@ void PicasawebTalker::checkToken(const TQString& /*token*/)
/** PicasaWeb's Album listing request/response
* First a request is sent to the url below and then we might(?) get a redirect URL
* WE then need to send the GET request to the Redirect url (this however gets taken care off by the
- * KIO libraries.
+ * TDEIO libraries.
* This uses the authenticated album list fetching to get all the albums included the unlisted-albums
* which is not returned for an unauthorised request as done without the Authorization header.
*/