From 77126f201671bea1cf2bb25ff091c905e88a45b2 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Tue, 8 Jul 2003 21:43:34 +0000 Subject: [PATCH] And compile svn path=/trunk/kdepim/; revision=236185 --- csshelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csshelper.cpp b/csshelper.cpp index 0f4a31f62..1d883d6be 100644 --- a/csshelper.cpp +++ b/csshelper.cpp @@ -455,7 +455,7 @@ namespace KMail { "}\n\n" ) #if QT_VERSION >= 0x030200 .arg( bodyFont( fixed ).family(), - QString::number( bodyFontSize ), + bodyFontSize, fgColor, background ) #else