From ffd8d17b0ba4286d25112d69d0b04bbe50e31b26 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:22:15 -0600 Subject: Rename obsolete tq methods to standard names (cherry picked from commit 1180237ab336226ad932d767a6cb56208314988f) --- kdecore/kdebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdecore/kdebug.cpp') diff --git a/kdecore/kdebug.cpp b/kdecore/kdebug.cpp index d18514035..4985e51a3 100644 --- a/kdecore/kdebug.cpp +++ b/kdecore/kdebug.cpp @@ -373,7 +373,7 @@ kdbgstream& kdbgstream::operator << (TQChar ch) { if (!print) return *this; if (!ch.isPrint()) - output += "\\x" + TQString::number( ch.tqunicode(), 16 ).rightJustify(2, '0'); + output += "\\x" + TQString::number( ch.unicode(), 16 ).rightJustify(2, '0'); else { output += ch; if (ch == (QChar)'\n') flush(); -- cgit v1.2.1