From a915aa74dc1acdd12de97f9d95a848b3b2a17abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Jul 2013 17:13:06 +0200 Subject: Initial TDE conversion --- src/upnp/exitoperation.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/upnp/exitoperation.h') 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 -#include +#include 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); }; } -- cgit v1.2.1