make it compile again.

svn path=/trunk/KDE/kdepim/; revision=632684
wilder-work
Allen Winter 19 years ago
parent f79f9609c9
commit 4b6788b0cb
  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",
PipeTimeout, cmd ) );
i18n( "Pipe command did not finish within %1 seconds: %2" ).
arg( PipeTimeout ).arg( cmd ) );
}
}

Loading…
Cancel
Save