From kde-commits Sat Nov 03 01:29:55 2001 From: Michael Matz Date: Sat, 03 Nov 2001 01:29:55 +0000 To: kde-commits Subject: kdebase/kioslave/nfs X-MARC-Message: https://marc.info/?l=kde-commits&m=100475110819665 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).