From 987dc667f267a536e918194ab13d7375c3ad5537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 27 Apr 2013 18:36:33 +0200 Subject: Cleanup output clutter --- tdecore/svgicons/ksvgiconengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/svgicons') diff --git a/tdecore/svgicons/ksvgiconengine.cpp b/tdecore/svgicons/ksvgiconengine.cpp index 42ca8557c..89499b902 100644 --- a/tdecore/svgicons/ksvgiconengine.cpp +++ b/tdecore/svgicons/ksvgiconengine.cpp @@ -203,7 +203,7 @@ public: TQWMatrix *current = m_engine->painter()->worldMatrix(); #ifdef USE_QT4 -printf("[FIXME] *current = matrix * *current locks up under Qt4; bypassing for now\n\r"); +printf("[FIXME] *current = matrix * *current locks up under Qt4; bypassing for now\n"); #else // USE_QT4 *current = matrix * *current; #endif // USE_QT4 -- cgit v1.2.1