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 ae37a8427..dfa12ef0a 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;
}