Hello
While trying to build, I keep coming accross header files from TDE that have something like this:
//#ifdef USE_QT4
//#undef QT_NO_TRANSLATION //#include <Qt/qtranslator.h>
//#endif // USE_QT4
Now this isn't the only one just an example. The only way TDevelop would let me continue was if I commented these out and it would build just fine. Does TDE use QT4 at all?