Failure:
tdebase/twin/kcmtwin/twindecoration/twindecoration.cpp:828: error: 'NoCommunication' was not declared in this scope
Patch:
diff -urN tdebase/twin/kcmtwin/twindecoration/twindecoration.cpp tdebase.new/twin/kcmtwin/twindecoration/twindecoration.cpp --- tdebase/twin/kcmtwin/twindecoration/twindecoration.cpp 2012-02-15 13:26:30.000000000 -0600 +++ tdebase.new/twin/kcmtwin/twindecoration/twindecoration.cpp 2012-02-15 21:03:18.000000000 -0600 @@ -825,7 +825,7 @@ wmstartupcommand.prepend(wmExecutableName); wmstartupcommand.append("--replace"); newWMProc << wmstartupcommand;
- newWMProc.start(KProcess::DontCare, NoCommunication);
- newWMProc.start(KProcess::DontCare, KProcess::NoCommunication); newWMProc.detach(); } conf->writeEntry("WMExecutable", wmExecutableName);
Darrell
Fixed. I hadn't been able to build test that change yet. :-)
Tim