summaryrefslogtreecommitdiffstats
path: root/src/upnp/upnprouter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upnp/upnprouter.h')
-rw-r--r--src/upnp/upnprouter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/upnp/upnprouter.h b/src/upnp/upnprouter.h
index 8ae321e..d0590b9 100644
--- a/src/upnp/upnprouter.h
+++ b/src/upnp/upnprouter.h
@@ -21,7 +21,7 @@
#define KTUPNPROUTER_H
#include <ntqtimer.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
#include <ntqvaluelist.h>
#include "exitoperation.h"
#include <kurl.h>
@@ -41,7 +41,7 @@ namespace bt
* Job to wait for a certain amount of time or until one or more ExitOperation's have
* finished.
*/
- class WaitJob : public KIO::Job
+ class WaitJob : public TDEIO::Job
{
Q_OBJECT
public:
@@ -90,7 +90,7 @@ namespace net
{
class ForwardPortList;
}
-namespace KIO
+namespace TDEIO
{
class Job;
}
@@ -265,7 +265,7 @@ namespace kt
void onReplyOK(bt::HTTPRequest* r,const TQString &,bool);
void onReplyError(bt::HTTPRequest* r,const TQString &,bool);
void onError(bt::HTTPRequest* r,bool);
- void downloadFinished(KIO::Job* j);
+ void downloadFinished(TDEIO::Job* j);