summaryrefslogtreecommitdiffstats
path: root/katapult/plugins/catalogs/execcatalog/command.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 14:02:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-25 13:02:28 +0900
commit8358d1423f0ff96cbb2dd9cb81a9929759455fea (patch)
tree31e028035cb7f8ee9a0d7f22951e33780586a1dd /katapult/plugins/catalogs/execcatalog/command.h
parentd44e47d11dd283acd4790af9dcb420ce11e00c2a (diff)
downloadkatapult-8358d1423f0ff96cbb2dd9cb81a9929759455fea.tar.gz
katapult-8358d1423f0ff96cbb2dd9cb81a9929759455fea.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 28c97d12bd82666cf0fb61fddb4bee58854a5709)
Diffstat (limited to 'katapult/plugins/catalogs/execcatalog/command.h')
-rw-r--r--katapult/plugins/catalogs/execcatalog/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/katapult/plugins/catalogs/execcatalog/command.h b/katapult/plugins/catalogs/execcatalog/command.h
index 4ed1ef9..bd6ed73 100644
--- a/katapult/plugins/catalogs/execcatalog/command.h
+++ b/katapult/plugins/catalogs/execcatalog/command.h
@@ -37,7 +37,7 @@ class ExecCatalog;
*/
class Command : public KatapultItem
{
- Q_OBJECT
+ TQ_OBJECT
public:
Command(ExecCatalog*, const TQString&);