From 0b9312996312235290ae0585fd8fd8f97ae1b206 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Oct 2013 19:27:35 -0500 Subject: [PATCH] Automated update from Qt3 --- src/tools/qstring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/qstring.cpp b/src/tools/qstring.cpp index f7b5c233..9b76dd9c 100644 --- a/src/tools/qstring.cpp +++ b/src/tools/qstring.cpp @@ -1486,7 +1486,7 @@ TQStringData* TQString::makeSharedNull() */ // FIXME -// Original Qt3 code stated that there is +// Original TQt3 code stated that there is // "No safe way to pre-init shared_null on ALL compilers/linkers" // Is this still true?