kdebase/kioslave/nfs kio_nfs.cpp,1.20,1.21 Author: matz Sat Nov 3 01:29:44 UTC 2001 Modified Files: kio_nfs.cpp Log Message: The functions to switch hex and dec display in C++ streams are in namespace std::, not in iostream:: (which doesn't even exist in ISO), nor in ios:: (where they usually are only the enum-values for the internal flags).