diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:46:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:46:39 +0900 |
commit | 8c102c757dff8d1fea90352418df617460dff5cb (patch) | |
tree | 194ce333bdb4c69edfaaa03ef949070e3ca43f31 /doc/limits.html | |
parent | 762e2d459166061c8cc7df5fb7d45cd5959b3f30 (diff) | |
download | pytde-8c102c757dff8d1fea90352418df617460dff5cb.tar.gz pytde-8c102c757dff8d1fea90352418df617460dff5cb.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/limits.html')
-rw-r--r-- | doc/limits.html | 2 |
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 |