> Which version is this against?
kde svn 3.5 branch My portable.cpp has > > if (p.exists() && p.open(IO_ReadOnly)) { > > and > > else if (f.exists() && f.open(IO_ReadOnly)) { > > instead of the plainer version in the patch. > you can easily adapt the patch as the important part is textstream usage.