summaryrefslogtreecommitdiffstats
path: root/tdecore/svgicons
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-04-27 18:36:33 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-04-27 18:36:33 +0200
commit987dc667f267a536e918194ab13d7375c3ad5537 (patch)
tree7838b6f3cd5a6086ea79067bc18a0b7cd07d72ac /tdecore/svgicons
parent4730b89323e190353f4f5629632da3bde10367e5 (diff)
downloadtdelibs-987dc667f267a536e918194ab13d7375c3ad5537.tar.gz
tdelibs-987dc667f267a536e918194ab13d7375c3ad5537.zip
Cleanup output clutter
Diffstat (limited to 'tdecore/svgicons')
-rw-r--r--tdecore/svgicons/ksvgiconengine.cpp2
1 files changed, 1 insertions, 1 deletions
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