diff options
Diffstat (limited to 'src/kvilib/core/kvi_string.h')
-rw-r--r-- | src/kvilib/core/kvi_string.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/kvilib/core/kvi_string.h b/src/kvilib/core/kvi_string.h index b1d7a2e0..a42f6e22 100644 --- a/src/kvilib/core/kvi_string.h +++ b/src/kvilib/core/kvi_string.h @@ -144,8 +144,7 @@ public: // Carbon copy :)...fast KviStr(const KviStr &str); - // Compat with QT...<br> - // WARNING : With QT2.x it WILL loose UNICODE data.<br> + // Compat with TQt...<br> // Safe even if the TQString is null. KviStr(const TQString &str); |