Tim, all,
In the arch qt3 build, there was a sed statement to include qglobal.h in qtimer.h:
# missing include "qglobal.h" in include/qtimer.h fix sed -ie 's/define QTIMER_H/&\n#include "qglobal.h"/g' "$pkgdir$_prefix/include/qtimer.h"
Is that needed for ntqtimer.h?