I am trying to use qFromLittleEndian which is documented in the <QtGlobal> - Global Qt Declarations. I have this in my source:

#include <QtGlobal>

but the VS2005 IDE setup I am using reports
error C3861: 'qFromLittleEndian': identifier not found.

What file do I have to include? This file?
C:\Qt\4.3.3\src\corelib\global\qendian.h

Thanks,

Vanir