summaryrefslogtreecommitdiffstats
path: root/src/komposetaskmanager.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:32:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:32:08 +0900
commit59587af73d03f12f8326872b660419f6ceee6f29 (patch)
treea2c6c154241e38f42688d1de51b0c8d9402e2da2 /src/komposetaskmanager.h
parent96eab52fb86338b3288b2fc655fb29f28afb81d0 (diff)
downloadkompose-59587af73d03f12f8326872b660419f6ceee6f29.tar.gz
kompose-59587af73d03f12f8326872b660419f6ceee6f29.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/komposetaskmanager.h')
-rw-r--r--src/komposetaskmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/komposetaskmanager.h b/src/komposetaskmanager.h
index fd5e578..71db447 100644
--- a/src/komposetaskmanager.h
+++ b/src/komposetaskmanager.h
@@ -36,7 +36,7 @@ typedef TQPtrList<KomposeTask> TaskList;
*/
class KomposeTaskManager : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
protected:
KomposeTaskManager();