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 3afda7a..7cddcfa 100644 --- a/src/upnp/exitoperation.h +++ b/src/upnp/exitoperation.h @@ -38,7 +38,7 @@ namespace kt */ class ExitOperation : public TQObject { - Q_OBJECT + TQ_OBJECT public: ExitOperation(); virtual ~ExitOperation(); @@ -54,7 +54,7 @@ namespace kt */ class ExitJobOperation : public ExitOperation { - Q_OBJECT + TQ_OBJECT public: ExitJobOperation(TDEIO::Job* j); virtual ~ExitJobOperation(); |