summaryrefslogtreecommitdiffstats
path: root/kdecore/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 19:34:21 +0200
commitf723e96108e5204f53cf45aa600a6077e2ec6cde (patch)
treedf0e98fc206b017cffd664a32db53f2b46db6654 /kdecore/svgicons
parent83bd0da219a825492fd79077691363a2226d0794 (diff)
downloadtdelibs-f723e96108e5204f53cf45aa600a6077e2ec6cde.tar.gz
tdelibs-f723e96108e5204f53cf45aa600a6077e2ec6cde.zip
Cleanup output clutter
(cherry picked from commit 987dc667f267a536e918194ab13d7375c3ad5537)
Diffstat (limited to 'kdecore/svgicons')
-rw-r--r--kdecore/svgicons/ksvgiconengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/svgicons/ksvgiconengine.cpp b/kdecore/svgicons/ksvgiconengine.cpp
index 42ca8557c..89499b902 100644
--- a/kdecore/svgicons/ksvgiconengine.cpp
+++ b/kdecore/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