diff options
Diffstat (limited to 'src/tools/ntqstring.h')
-rw-r--r-- | src/tools/ntqstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ntqstring.h b/src/tools/ntqstring.h index 04b319aeb..54fb170a2 100644 --- a/src/tools/ntqstring.h +++ b/src/tools/ntqstring.h @@ -225,7 +225,7 @@ public: static bool networkOrdered() { int wordSize; bool bigEndian = FALSE; - qSysInfo( &wordSize, &bigEndian ); + tqSysInfo( &wordSize, &bigEndian ); return bigEndian; } |