This past summer several apps were modified and the commit message says "This enables compilation under both Qt3 and Qt4."
What does that mean?
Does that mean the app's older Qt3 code is still used but modified to allow building against Qt4? Or does that mean the newer Qt4 version has been modified to build with TQt3?
Darrell
This means that the code, as of that commit, built with tqtinterface and Qt4. I am almost certain that this is no longer the case with the code in GIT, and that furthermore building under Qt4 did not mean that the applications actually *worked* under Qt4.
Tim