summaryrefslogtreecommitdiffstats
path: root/src/upnp/exitoperation.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:57:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 11:02:46 +0900
commit1855627c07e014e5913990fbbe0c9f42a2ce4962 (patch)
tree585f50405e645bb112a4e5656b000c9f41e903a2 /src/upnp/exitoperation.h
parent7ef277b379f2a65548c40f03c6f90b33f64b8f9e (diff)
downloadtork-1855627c.tar.gz
tork-1855627c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 318e3e3a6243cbfe01d25f679ca5f1ed07bb06e0)
Diffstat (limited to 'src/upnp/exitoperation.h')
-rw-r--r--src/upnp/exitoperation.h4
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();