summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/flickrexport/imageslist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/flickrexport/imageslist.cpp')
-rw-r--r--kipi-plugins/flickrexport/imageslist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/flickrexport/imageslist.cpp b/kipi-plugins/flickrexport/imageslist.cpp
index b19aac4..8da8f03 100644
--- a/kipi-plugins/flickrexport/imageslist.cpp
+++ b/kipi-plugins/flickrexport/imageslist.cpp
@@ -248,7 +248,7 @@ void ImagesList::slotAddImages(const KURL::List& list)
emit signalImageListChanged(imageUrls().isEmpty());
- KIO::PreviewJob *thumbnailJob = KIO::filePreview(urls, ICONSIZE);
+ TDEIO::PreviewJob *thumbnailJob = TDEIO::filePreview(urls, ICONSIZE);
connect(thumbnailJob, TQT_SIGNAL(gotPreview(const KFileItem*, const TQPixmap&)),
this, TQT_SLOT(slotGotThumbnail(const KFileItem*, const TQPixmap&)));