summaryrefslogtreecommitdiffstats
path: root/libktorrent/interfaces/exitoperation.h
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/interfaces/exitoperation.h')
-rw-r--r--libktorrent/interfaces/exitoperation.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/interfaces/exitoperation.h b/libktorrent/interfaces/exitoperation.h
index 2a33f24..e9c0ae5 100644
--- a/libktorrent/interfaces/exitoperation.h
+++ b/libktorrent/interfaces/exitoperation.h
@@ -37,7 +37,7 @@ namespace kt
*/
class ExitOperation : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
ExitOperation();
@@ -54,7 +54,7 @@ namespace kt
*/
class ExitJobOperation : public ExitOperation
{
- Q_OBJECT
+ TQ_OBJECT
public:
ExitJobOperation(TDEIO::Job* j);