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