diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:35:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:35:40 -0600 |
commit | 17e2ed52dbf8fac39a04331da02b9572e9e2e304 (patch) | |
tree | cd0d57c975a55e05aac71794b363748f24625875 /libtdepim/qutf7codec.cpp | |
parent | a684ecdeceae222d5aa930478b7bf59a3b7cae7f (diff) | |
download | tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.tar.gz tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.zip |
Rename additional global TQt functions
Diffstat (limited to 'libtdepim/qutf7codec.cpp')
-rw-r--r-- | libtdepim/qutf7codec.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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(); |