summaryrefslogtreecommitdiffstats
path: root/src/tools/qstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qstring.h')
-rw-r--r--src/tools/qstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qstring.h b/src/tools/qstring.h
index 587d0f2..a9e89a4 100644
--- a/src/tools/qstring.h
+++ b/src/tools/qstring.h
@@ -225,7 +225,7 @@ public:
static bool networkOrdered() {
int wordSize;
bool bigEndian = FALSE;
- qSysInfo( &wordSize, &bigEndian );
+ tqSysInfo( &wordSize, &bigEndian );
return bigEndian;
}