summaryrefslogtreecommitdiffstats
path: root/src/formatimporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/formatimporter.h')
-rw-r--r--src/formatimporter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/formatimporter.h b/src/formatimporter.h
index 2568288..7b8b75d 100644
--- a/src/formatimporter.h
+++ b/src/formatimporter.h
@@ -25,7 +25,7 @@
//#include <tqwidget.h>
#include <tqdom.h>
-namespace KIO {
+namespace TDEIO {
class Job;
}
@@ -44,7 +44,7 @@ class FormatImporter : TQObject
void copyFolder(const TQString &folder, const TQString &newFolder);
void moveFolder(const TQString &folder, const TQString &newFolder);
private slots:
- void slotCopyingDone(KIO::Job*);
+ void slotCopyingDone(TDEIO::Job*);
private:
bool copyFinished;
};