This compiles fine here... Allen, if it still breaks with your gcc (which version?), try QString::number(PipeTimeout)

svn path=/trunk/KDE/kdepim/; revision=632775
wilder-work
David Faure 19 years ago
parent 4b6788b0cb
commit 9be5c0a00d
  1. 4
      templateparser.cpp

@ -1036,8 +1036,8 @@ QString TemplateParser::pipe( const QString &cmd, const QString &buf )
proc.detach();
if ( mDebug ) {
KMessageBox::error( 0,
i18n( "Pipe command did not finish within %1 seconds: %2" ).
arg( PipeTimeout ).arg( cmd ) );
i18n( "Pipe command did not finish within %1 seconds: %2",
PipeTimeout, cmd ) );
}
}

Loading…
Cancel
Save