summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/picasawebexport
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:58:59 +0200
commit5b03c2a0af33ad99d1df62064ff68eb37e7a458c (patch)
tree92190ebac475f179b8202e337477f9e5cacb1f68 /kipi-plugins/picasawebexport
parent6fd3daf026e307b069477120b714ab75dc189233 (diff)
downloadkipi-plugins-5b03c2a0af33ad99d1df62064ff68eb37e7a458c.tar.gz
kipi-plugins-5b03c2a0af33ad99d1df62064ff68eb37e7a458c.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kipi-plugins/picasawebexport')
-rw-r--r--kipi-plugins/picasawebexport/Makefile.am2
-rw-r--r--kipi-plugins/picasawebexport/picasawebtalker.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/picasawebexport/Makefile.am b/kipi-plugins/picasawebexport/Makefile.am
index 6b83fb4..d9d5899 100644
--- a/kipi-plugins/picasawebexport/Makefile.am
+++ b/kipi-plugins/picasawebexport/Makefile.am
@@ -12,7 +12,7 @@ kipiplugin_picasawebexport_la_SOURCES = plugin_picasawebexport.cpp \
picasawebwidget.cpp mpform.cpp picasawebviewitem.cpp \
PicasawebNewAlbumDialog.ui uploadwidget.ui
-kipiplugin_picasawebexport_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(LIBKIPI_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)
+kipiplugin_picasawebexport_la_LIBADD = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(LIBKIPI_LIBS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)
kipiplugin_picasawebexport_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins
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.
*/