summaryrefslogtreecommitdiffstats
path: root/src/modules/help/index.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 12:56:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 11:15:30 +0900
commite6270284cf06b220a9bef9267561aac7b9d485a9 (patch)
tree10b49423997ca47f039425df11d4d3deee1cc73a /src/modules/help/index.h
parentef786e3a1a322e0584654503d288e3630744e998 (diff)
downloadkvirc-e6270284cf06b220a9bef9267561aac7b9d485a9.tar.gz
kvirc-e6270284cf06b220a9bef9267561aac7b9d485a9.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6df27473e52921dbfb268945c748639f1cf806e4)
Diffstat (limited to 'src/modules/help/index.h')
-rw-r--r--src/modules/help/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/help/index.h b/src/modules/help/index.h
index d4fcc73..a687dc6 100644
--- a/src/modules/help/index.h
+++ b/src/modules/help/index.h
@@ -60,7 +60,7 @@ TQDataStream &operator<<( TQDataStream &s, const Document &l );
class Index : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
struct Entry {