diff -r b525fdd445c4 -r 07f35022646d xsltproc.cpp --- a/xsltproc.cpp Wed Jun 20 10:51:45 2007 +0000 +++ b/xsltproc.cpp Wed Jun 20 10:51:45 2007 +0000 @@ -6,6 +6,8 @@ #include "process.h" +extern bool debug; + XSLTProc::XSLTProc () { xsltprocessor="xsltproc"; @@ -66,7 +68,7 @@ args << xslFile; args << inputFile; QString com=xsltprocessor+" "+args.join(" "); - cout <start(xsltprocessor,args); if (!xsltProc->waitForStarted() )