I think it is some what a preference thing. Some people like to see the explicit namespaces when using the classes.
One exception is I never to use a using namespace std in a header file. As this can unexpectedly change the behaviour of a class that is using this header file.