summaryrefslogtreecommitdiffstats
path: root/src/translators/filelistingimporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/filelistingimporter.h')
-rw-r--r--src/translators/filelistingimporter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/translators/filelistingimporter.h b/src/translators/filelistingimporter.h
index 82d1693..bddc059 100644
--- a/src/translators/filelistingimporter.h
+++ b/src/translators/filelistingimporter.h
@@ -23,7 +23,7 @@
#include <tqguardedptr.h>
class TQCheckBox;
-namespace KIO {
+namespace TDEIO {
class Job;
}
@@ -53,7 +53,7 @@ public slots:
void slotCancel();
private slots:
- void slotEntries(KIO::Job* job, const KIO::UDSEntryList& list);
+ void slotEntries(TDEIO::Job* job, const TDEIO::UDSEntryList& list);
private:
TQString volumeName() const;
@@ -62,7 +62,7 @@ private:
TQWidget* m_widget;
TQCheckBox* m_recursive;
TQCheckBox* m_filePreview;
- TQGuardedPtr<KIO::Job> m_job;
+ TQGuardedPtr<TDEIO::Job> m_job;
KFileItemList m_files;
TQPixmap m_pixmap;
bool m_cancelled : 1;