summaryrefslogtreecommitdiffstats
path: root/doc/html/qstring-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qstring-h.html')
-rw-r--r--doc/html/qstring-h.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qstring-h.html b/doc/html/qstring-h.html
index db9e396..9c96e91 100644
--- a/doc/html/qstring-h.html
+++ b/doc/html/qstring-h.html
@@ -261,7 +261,7 @@ public:
static bool networkOrdered() {
int wordSize;
bool bigEndian = FALSE;
- qSysInfo( &wordSize, &bigEndian );
+ tqSysInfo( &wordSize, &bigEndian );
return bigEndian;
}