From 3fbca5d9a4bd057ed5f9df138333e6c16dbdcc62 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 18:33:16 -0600 Subject: Fix tdelibs FTBFS --- tdecore/kdebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecore/kdebug.h') diff --git a/tdecore/kdebug.h b/tdecore/kdebug.h index e9cf141f7..fbeefcc48 100644 --- a/tdecore/kdebug.h +++ b/tdecore/kdebug.h @@ -216,7 +216,7 @@ class TDECORE_EXPORT kdbgstream { kdbgstream &operator<<(const TQString& string) { if (!print) return *this; output += string; - if (output.tqat(output.length() -1 ) == (QChar)'\n') + if (output.tqat(output.length() -1 ) == (TQChar)'\n') flush(); return *this; } @@ -228,7 +228,7 @@ class TDECORE_EXPORT kdbgstream { kdbgstream &operator<<(const char *string) { if (!print) return *this; output += TQString::fromUtf8(string); - if (output.tqat(output.length() - 1) == (QChar)'\n') + if (output.tqat(output.length() - 1) == (TQChar)'\n') flush(); return *this; } -- cgit v1.2.3