diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:05:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:05:29 -0600 |
commit | e54e867af243223a620f12bf260e1af9ac9f6dc5 (patch) | |
tree | 0e741cd6800d16c390671051ae525f760d87cdb5 /src/notecontent.h | |
parent | 934db26c3f8efe148a5680c22f965ee10f818a61 (diff) | |
download | basket-e54e867af243223a620f12bf260e1af9ac9f6dc5.tar.gz basket-e54e867af243223a620f12bf260e1af9ac9f6dc5.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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: |