Version: (using Devel) Compiler: MSVC 2008 compiled via emerge OS: MS Windows Installed from: Compiled sources there are three errors in processes.{cpp,h} which keep it from compiling: - Usage of undefined namespace KPIM - QList<...> is required in the header file but not declared - missing return value on killProcesses(...) A patch to fix the 3 issues is attached.
Created attachment 37005 [details] patch to fix compilation The patch to fix compilation on Windows w/ MSVC 2008 (and probably others, too).
SVN commit 1024628 by winterz: Michael Drüing's patch to fix compile on MSVC 2008 Thanks Michael. BUG: 207646 M +1 -1 processes.cpp M +3 -1 processes.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1024628