On Mon, 14 Apr 2025 18:38:13 -0500
Darrell Anderson via tde-devels <devels(a)trinitydesktop.org> wrote:
I am aware of the script collection to convert Qt3
software to TQt3:
https://mirror.git.trinitydesktop.org/gitea/TDE/scripts/
Can the scripts be used to mostly massage Qt5 to TQt3? What would be
missing?
A lot of significant changes were made between QT3 and QT4.
They tried to keep changes to the minimum between 4 and 5, but
that doesn't help in this case. If you're bored, have a look at
https://web.archive.org/web/20090817081657/http://qt.nokia.com/doc/4.5/qt4-…
The document tree rooted there indicates most of the things that
were added or removed.
Any transformation script intended for QT3 code seems unlikely
to produce usable results from nontrivial QT4 or QT5 code.
E. Liddell