summaryrefslogtreecommitdiffstats
path: root/libtdepim/qutf7codec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/qutf7codec.cpp')
-rw-r--r--libtdepim/qutf7codec.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdepim/qutf7codec.cpp b/libtdepim/qutf7codec.cpp
index d390e649..78d709df 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();