diff options
Diffstat (limited to 'src/upnp/exitoperation.h')
-rw-r--r-- | src/upnp/exitoperation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/upnp/exitoperation.h b/src/upnp/exitoperation.h index edaa2fa..4a27911 100644 --- a/src/upnp/exitoperation.h +++ b/src/upnp/exitoperation.h @@ -20,7 +20,7 @@ #ifndef KTEXITOPERATION_H #define KTEXITOPERATION_H -#include <qobject.h> +#include <ntqobject.h> #include <kio/job.h> namespace kt @@ -35,7 +35,7 @@ namespace kt * ExitOperation's can be used in combination with a WaitJob, to wait for a certain amount of time * to give serveral ExitOperation's the time time to finish up. */ - class ExitOperation : public QObject + class ExitOperation : public TQObject { Q_OBJECT public: |