diff options
Diffstat (limited to 'src/gvcore/thumbnailloadjob.h')
-rw-r--r-- | src/gvcore/thumbnailloadjob.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gvcore/thumbnailloadjob.h b/src/gvcore/thumbnailloadjob.h index acc59d7..ab39085 100644 --- a/src/gvcore/thumbnailloadjob.h +++ b/src/gvcore/thumbnailloadjob.h @@ -39,7 +39,7 @@ #include "tsthread/tswaitcondition.h" #include "libgwenview_export.h" -class KConfig; +class TDEConfig; class KFileItem; typedef TQPtrList<KFileItem> KFileItemList; @@ -84,7 +84,7 @@ private: /** * A job that determines the thumbnails for the images in the current directory */ -class LIBGWENVIEW_EXPORT ThumbnailLoadJob : public KIO::Job { +class LIBGWENVIEW_EXPORT ThumbnailLoadJob : public TDEIO::Job { Q_OBJECT public: @@ -150,7 +150,7 @@ signals: void thumbnailLoaded(const KFileItem* item, const TQPixmap&, const TQSize&); private slots: - void slotResult( KIO::Job *job ); + void slotResult( TDEIO::Job *job ); void slotGotPreview(const KFileItem*, const TQPixmap&); void checkThumbnail(); void thumbnailReady(const TQImage& im, const TQSize&); |