Well that does
appear to be the problem. Not being a
developer, I don't
know how to fix it though :)
Various .moc files (which I assume are autogenerated)
contain
calls/references to QCString, QByteArray, QCommonStyle,
QApplication
etc. Fixing up these in the moc files allows progression to
the next
erroneous file. I'll look see if I can work out what
goes on to create
these files ...... but I wouldn't hold your breath :)
Tim will have to explain what has heppened. I did a quick grep of tdelibs
and tdebase and there are quite a few function calls without the "TQ"
prefix. I don't know whether this is intentional or accidental. :)
Darrell
Are you using qt3 or tqt3?
*Some* reversion is correct (specifically those nasty tq prefixes on C++
methods, NOT the TQ prefixes on C++ objects), but what you describe looks
like a larger problem.
Tim