From 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 22:31:39 -0600 Subject: Automated conversion from qt3 --- src/codecs/qgb18030codec.cpp | 60 ++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'src/codecs/qgb18030codec.cpp') diff --git a/src/codecs/qgb18030codec.cpp b/src/codecs/qgb18030codec.cpp index 74f833362..8ed96fc74 100644 --- a/src/codecs/qgb18030codec.cpp +++ b/src/codecs/qgb18030codec.cpp @@ -161,7 +161,7 @@ TQGb18030Codec::TQGb18030Codec() /*! \reimp */ const char* TQGb18030Codec::name() const { - //qDebug("TQGb18030Codec::name() = \"GB18030\""); + //tqDebug("TQGb18030Codec::name() = \"GB18030\""); return "GB18030"; } @@ -179,7 +179,7 @@ TQCString TQGb18030Codec::fromUnicode(const TQString& uc, int& lenInOut) const TQCString rstr(rlen); uchar* cursor = (uchar*)rstr.data(); - //qDebug("TQGb18030Codec::fromUnicode(const TQString& uc, int& lenInOut = %d)", lenInOut); + //tqDebug("TQGb18030Codec::fromUnicode(const TQString& uc, int& lenInOut = %d)", lenInOut); for (int i=0; i