From 73e7e8cbba87fadd6225caa6a8d1b0d70e4205e9 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Wed, 15 Aug 2007 11:03:24 +0000 Subject: [PATCH] Change the timeout from seconds to milliseconds because of the KProcess port. svn path=/trunk/KDE/kdepim/; revision=700367 --- templateparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templateparser.cpp b/templateparser.cpp index 6faa5b47b..9307a8835 100644 --- a/templateparser.cpp +++ b/templateparser.cpp @@ -47,7 +47,7 @@ namespace KMail { -static const int PipeTimeout = 15; +static const int PipeTimeout = 15 * 1000; TemplateParser::TemplateParser( KMMessage *amsg, const Mode amode, const QString &aselection,