summaryrefslogtreecommitdiffstats
path: root/atlantik/client/monopigator.h
diff options
context:
space:
mode:
Diffstat (limited to 'atlantik/client/monopigator.h')
-rw-r--r--atlantik/client/monopigator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/atlantik/client/monopigator.h b/atlantik/client/monopigator.h
index 519e3d6b..1a16943f 100644
--- a/atlantik/client/monopigator.h
+++ b/atlantik/client/monopigator.h
@@ -44,8 +44,8 @@ signals:
void timeout();
private slots:
- void slotData(KIO::Job *, const TQByteArray &);
- void slotResult(KIO::Job *);
+ void slotData(TDEIO::Job *, const TQByteArray &);
+ void slotResult(TDEIO::Job *);
void slotTimeout();
private:
@@ -53,7 +53,7 @@ private:
TQBuffer *m_downloadData;
TQTimer *m_timer;
- KIO::Job *m_job;
+ TDEIO::Job *m_job;
};
class MonopigatorEntry : public TQObject, public TQListViewItem