Slávek Banko wrote:
you should not forget one crucial thing: While for TDE
v3.5.x is used Qt3
and the TQt layer was through tqtinterface, for TDE R14.x is used TQt3
with a native TQt layer and the tqtinterface is more or less transparent.
And since TQt3 is used, it makes sense not to use QT constants, but to
rename them to TQT. This will not only make the code cleaner, but also
prevent potential conflicts.
You mean Q_OBJECT will become TQ_OBJECT for example?