From 17e2ed52dbf8fac39a04331da02b9572e9e2e304 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:35:40 -0600 Subject: Rename additional global TQt functions --- libtdepim/qutf7codec.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libtdepim/qutf7codec.cpp') diff --git a/libtdepim/qutf7codec.cpp b/libtdepim/qutf7codec.cpp index d390e6490..78d709dff 100644 --- a/libtdepim/qutf7codec.cpp +++ b/libtdepim/qutf7codec.cpp @@ -180,7 +180,7 @@ public: // check for 8bit char's: // if ( ch > 127 ) { - qWarning("TQUtf7Decoder: 8bit char found in input. " + tqWarning("TQUtf7Decoder: 8bit char found in input. " "Parser has been re-initialized!"); resetParser(); result += TQChar::replacement; @@ -228,12 +228,12 @@ public: // makes for an ill-formed sequence. // Note that we catch (the valid) "+-" pair // right at the beginning. - qWarning("TQUtf7Decoder: ill-formed input: " + tqWarning("TQUtf7Decoder: ill-formed input: " "non-base64 char after escaping \"+\"!"); } // pending bits from base64 encoding must be all 0: if (stepNo >= 1 && uc) { - qWarning("TQUtf7Decoder: ill-formed sequence: " + tqWarning("TQUtf7Decoder: ill-formed sequence: " "non-zero bits in shifted-sequence tail!"); } resetParser(); -- cgit v1.2.1