summaryrefslogtreecommitdiffstats
path: root/src/upnp/exitoperation.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-27 17:13:06 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-27 18:48:47 +0200
commita915aa74dc1acdd12de97f9d95a848b3b2a17abb (patch)
treef65d926875557195c5f6dd840a517e195eeda20e /src/upnp/exitoperation.h
parent7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (diff)
downloadtork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.tar.gz
tork-a915aa74dc1acdd12de97f9d95a848b3b2a17abb.zip
Initial TDE conversion
Diffstat (limited to 'src/upnp/exitoperation.h')
-rw-r--r--src/upnp/exitoperation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/upnp/exitoperation.h b/src/upnp/exitoperation.h
index 4a27911..d969c6c 100644
--- a/src/upnp/exitoperation.h
+++ b/src/upnp/exitoperation.h
@@ -21,7 +21,7 @@
#define KTEXITOPERATION_H
#include <ntqobject.h>
-#include <kio/job.h>
+#include <tdeio/job.h>
namespace kt
{
@@ -49,18 +49,18 @@ namespace kt
};
/**
- * Exit operation which waits for a KIO::Job
+ * Exit operation which waits for a TDEIO::Job
*/
class ExitJobOperation : public ExitOperation
{
Q_OBJECT
public:
- ExitJobOperation(KIO::Job* j);
+ ExitJobOperation(TDEIO::Job* j);
virtual ~ExitJobOperation();
virtual bool deleteAllowed() const {return false;}
private slots:
- virtual void onResult(KIO::Job* j);
+ virtual void onResult(TDEIO::Job* j);
};
}