summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 15:46:39 +0900
committerMichele Calgaro <[email protected]>2023-07-21 21:46:19 +0900
commit7c2e43404335adcc626c1038cca3a9e457e81f11 (patch)
tree48771d0ed69b59c34784ddd09a2a52c0a3305fda /doc
parent11a57a11363852cfbb09ee62090789b9c4f9971a (diff)
downloadpytde-7c2e43404335adcc626c1038cca3a9e457e81f11.tar.gz
pytde-7c2e43404335adcc626c1038cca3a9e457e81f11.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8c102c757dff8d1fea90352418df617460dff5cb)
Diffstat (limited to 'doc')
-rw-r--r--doc/limits.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/limits.html b/doc/limits.html
index 68bbe28..4213738 100644
--- a/doc/limits.html
+++ b/doc/limits.html
@@ -322,7 +322,7 @@ one TQt class.</P
<P>
In a normal TQt installation, every descendant of TQObject inherits two methods
(tr (const char *) and tr (const char *, const char *) from TQObject explicitly
-and also overloads these methods via the moc mechanism (by defining Q_OBJECT
+and also overloads these methods via the moc mechanism (by defining TQ_OBJECT
in the class declaration). KDE however is compiled with -DTQT_NO_TRANSLATION,
which prevents moc from creating the overloading tr() methods, and also produces
side-effects with a normal TQt installation which was compiled without the