From 10c17abd2967097a95e7cf80faa7b504689e0fe4 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 6 May 2013 20:03:47 -0500 Subject: Cleanup output clutter. --- lib/kotext/KoRichText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kotext/KoRichText.cpp') diff --git a/lib/kotext/KoRichText.cpp b/lib/kotext/KoRichText.cpp index 9121c59f..cc0fe4a9 100644 --- a/lib/kotext/KoRichText.cpp +++ b/lib/kotext/KoRichText.cpp @@ -1245,7 +1245,7 @@ void KoTextString::checkBidi() const // determines the properties we need for layouting #ifdef USE_QT4 #warning "KoTextString::checkBidi() for Qt4 partially implemented" - printf("[WARNING] KoTextString::checkBidi() partially implemented\n\r"); + printf("[WARNING] KoTextString::checkBidi() partially implemented\n"); fflush(stdout); #else TQTextEngine textEngine( toString(), 0 ); -- cgit v1.2.1