summaryrefslogtreecommitdiffstats
path: root/libktorrent/util/autorotatelogjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/util/autorotatelogjob.h')
-rw-r--r--libktorrent/util/autorotatelogjob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/util/autorotatelogjob.h b/libktorrent/util/autorotatelogjob.h
index 37e82a7..b1e4af1 100644
--- a/libktorrent/util/autorotatelogjob.h
+++ b/libktorrent/util/autorotatelogjob.h
@@ -33,7 +33,7 @@ namespace bt
Job which handles the rotation of the log file.
This Job must do several move jobs which must be done sequentially.
*/
- class AutoRotateLogJob : public KIO::Job
+ class AutoRotateLogJob : public TDEIO::Job
{
Q_OBJECT
@@ -44,7 +44,7 @@ namespace bt
virtual void kill(bool quietly=true);
private slots:
- void moveJobDone(KIO::Job*);
+ void moveJobDone(TDEIO::Job*);
private:
void update();