summaryrefslogtreecommitdiffstats
path: root/katapult/plugins/catalogs/documentcatalog/document.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-20 14:02:13 +0900
commit28c97d12bd82666cf0fb61fddb4bee58854a5709 (patch)
tree31e028035cb7f8ee9a0d7f22951e33780586a1dd /katapult/plugins/catalogs/documentcatalog/document.h
parent3dceed1ea7a177db3aeda6eb106e8fcf7046fc16 (diff)
downloadkatapult-28c97d12bd82666cf0fb61fddb4bee58854a5709.tar.gz
katapult-28c97d12bd82666cf0fb61fddb4bee58854a5709.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'katapult/plugins/catalogs/documentcatalog/document.h')
-rw-r--r--katapult/plugins/catalogs/documentcatalog/document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/katapult/plugins/catalogs/documentcatalog/document.h b/katapult/plugins/catalogs/documentcatalog/document.h
index b36661c..9631e2f 100644
--- a/katapult/plugins/catalogs/documentcatalog/document.h
+++ b/katapult/plugins/catalogs/documentcatalog/document.h
@@ -28,7 +28,7 @@
*/
class Document : public KatapultItem
{
- Q_OBJECT
+ TQ_OBJECT
public:
Document(TQString, TQString, bool);