diff options
Diffstat (limited to 'src/notecontent.h')
-rw-r--r-- | src/notecontent.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/notecontent.h b/src/notecontent.h index f05c7bc..00f233b 100644 --- a/src/notecontent.h +++ b/src/notecontent.h @@ -41,7 +41,7 @@ class TQStringList; class KMultipleDrag; class KFileItem; -namespace KIO { class PreviewJob; } +namespace TDEIO { class PreviewJob; } class Note; class Basket; @@ -370,7 +370,7 @@ class FileContent : public TQObject, public NoteContent void removePreview(const KFileItem*); void startFetchingUrlPreview(); protected: - KIO::PreviewJob *m_previewJob; + TDEIO::PreviewJob *m_previewJob; }; /** Real implementation of sound notes: @@ -468,7 +468,7 @@ class LinkContent : public TQObject, public NoteContent void removePreview(const KFileItem*); void startFetchingUrlPreview(); protected: - KIO::PreviewJob *m_previewJob; + TDEIO::PreviewJob *m_previewJob; }; /** Real implementation of launcher notes: |