diff options
Diffstat (limited to 'lib/kotext/KoRichText.cpp')
-rw-r--r-- | lib/kotext/KoRichText.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |